Skip to content

Commit 4e3d469

Browse files
committed
Skip test on 32bit, as the timestamp range is outside 32bit range
1 parent 7251f39 commit 4e3d469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/date/tests/bug69806.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
2-
Bug #69806
2+
Bug #69806 (Incorrect date from timestamp)
3+
--SKIPIF--
4+
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
35
--FILE--
46
<?php
57
ini_set('date.timezone', 'America/New_York');

0 commit comments

Comments
 (0)