mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
relax more this test
This commit is contained in:
parent
012dc336a6
commit
cec720857a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue