diff options
Diffstat (limited to 'ext/date/tests/bug41523.phpt')
| -rw-r--r-- | ext/date/tests/bug41523.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/date/tests/bug41523.phpt b/ext/date/tests/bug41523.phpt index c8aa00fd7..5b0d5bd19 100644 --- a/ext/date/tests/bug41523.phpt +++ b/ext/date/tests/bug41523.phpt @@ -1,5 +1,7 @@ --TEST-- -Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) +Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) +--SKIPIF-- +<?php echo PHP_INT_SIZE == 8 ? "skip 32-bit only" : "OK"; ?> --FILE-- <?php date_default_timezone_set("UTC"); |
