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 9f7c6a8 commit 08ad9afCopy full SHA for 08ad9af
ext/date/tests/bug73837.phpt
@@ -13,7 +13,7 @@ for ( $i = 0; $i < 1000; $i++ )
13
14
// For low-resolution clocks, we may construct many objects in the same tick.
15
var_dump($n = count( $collect ));
16
-echo $n > 500 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
+echo $n > 400 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
17
?>
18
--EXPECTF--
19
int(%d)
0 commit comments