mirror of
https://github.com/php/php-src.git
synced 2026-04-08 16:43:44 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: relax more this test
This commit is contained in:
@@ -12,7 +12,7 @@ for ( $i = 0; $i < 1000; $i++ )
|
||||
}
|
||||
|
||||
var_dump($n = count( $collect ));
|
||||
echo ( $n > 900 ) ? "microseconds differ\n" : "microseconds do not differ enough\n";
|
||||
echo ( $n > 800 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
int(%d)
|
||||
|
||||
Reference in New Issue
Block a user