Skip to content

Commit d03cf27

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Relax Zend/tests/concat_003.phpt
2 parents b9eaee1 + f4bd908 commit d03cf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/concat_003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (getenv('SKIP_PERF_SENSITIVE')) die("skip performance sensitive test");
1111
$time = microtime(TRUE);
1212

1313
/* This might vary on Linux/Windows, so the worst case and also count in slow machines. */
14-
$t_max = 1.0;
14+
$t_max = 2.0;
1515

1616
$datas = array_fill(0, 220000, [
1717
'000.000.000.000',

0 commit comments

Comments
 (0)