We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52850a4 commit 2cdf7b9Copy full SHA for 2cdf7b9
ext/date/tests/gh-124.phpt
@@ -2,6 +2,8 @@
2
Test for timelib #124: Problem with large negative timestamps
3
--INI--
4
date.timezone=UTC
5
+--SKIPIF--
6
+<?php if (PHP_INT_SIZE != 8) echo "skip this test is for 64-bit only"; ?>
7
--FILE--
8
<?php
9
var_dump((new DateTime("@-9223372036854775808"))->getTimestamp());
0 commit comments