Skip to content

Commit 314cb1b

Browse files
committed
override setting
1 parent faf240d commit 314cb1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/opcache/tests/jit/tssa_zend_recv_inference.phpt

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ opcache.enable_cli=1
88
opcache.jit=tracing
99
opcache.jit_buffer_size=16M
1010
opcache.jit_debug=2
11+
opcache.jit_hot_func=2
1112
--FILE--
1213
<?php
1314
final class Foo {
@@ -18,7 +19,7 @@ function test(Foo $obj) {
1819
}
1920

2021
$foo = new Foo;
21-
for ($i=0;$i<3;$i++) {
22+
for ($i=0; $i < 5; $i++) {
2223
test($foo);
2324
}
2425
?>

0 commit comments

Comments
 (0)