1
0
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:
Remi Collet
2017-03-29 07:38:53 +02:00

View File

@@ -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)