Skip to content

Commit ce4001d

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: [skip ci] Relax Zend/tests/concat_003.phpt
2 parents 7e077f5 + b8fbf20 commit ce4001d

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)