Skip to content

Commit

Permalink
Merge branch 'PHP-7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 21, 2016
2 parents a1fd105 + 06699ab commit 114b526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Zend/tests/concat_003.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ memory_limit=256m
$time = microtime(TRUE);

/* This might vary on Linux/Windows, so the worst case and also count in slow machines. */
$t0_max = 0.1;
$t1_max = 0.4;
$t0_max = 0.3;
$t1_max = 1.0;

$datas = [];
for ($i = 0; $i < 220000; $i++)
Expand All @@ -34,7 +34,7 @@ for ($i = 0; $i < 220000; $i++)
$t0 = microtime(TRUE) - $time;
var_dump($t0 < $t0_max);


$time = microtime(TRUE);
$texts = '';
foreach ($datas AS $data)
{
Expand Down

0 comments on commit 114b526

Please sign in to comment.