We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620d584 commit 44ae9ebCopy full SHA for 44ae9eb
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