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 c639d34 commit 670b19aCopy full SHA for 670b19a
ext/date/tests/bug73837.phpt
@@ -11,8 +11,9 @@ for ( $i = 0; $i < 1000; $i++ )
11
$collect[$key] = true;
12
}
13
14
+// For low-resolution clocks, we may construct many objects in the same tick.
15
var_dump($n = count( $collect ));
-echo ( $n > 700 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
16
+echo $n > 500 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
17
?>
18
--EXPECTF--
19
int(%d)
0 commit comments