--TEST-- Bug #73837: Milliseconds in DateTime() --FILE-- format( "u" ); $collect[$key] = true; } // For low-resolution clocks, we may construct many objects in the same tick. var_dump($n = count( $collect )); echo $n > 400 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; ?> --EXPECTF-- int(%d) microseconds differ