8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36990aa commit b23dfe4Copy full SHA for b23dfe4
ext/date/tests/bug77243-001.phpt
@@ -1,5 +1,7 @@
1
--TEST--
2
Bug #77243 (Weekdays are calculated incorrectly for negative years)
3
+--SKIPIF--
4
+<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
5
--FILE--
6
<?php
7
date_default_timezone_set('UTC');
ext/date/tests/bug77243-002.phpt
0 commit comments