Skip to content

Commit 9b8e160

Browse files
committed
tweak config
1 parent 314cb1b commit 9b8e160

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/tests/jit/tssa_zend_recv_inference.phpt

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ opcache.jit=tracing
99
opcache.jit_buffer_size=16M
1010
opcache.jit_debug=2
1111
opcache.jit_hot_func=2
12+
opcache.jit_hot_loop=10
1213
--FILE--
1314
<?php
1415
final class Foo {
@@ -24,7 +25,6 @@ for ($i=0; $i < 5; $i++) {
2425
}
2526
?>
2627
--EXPECTF--
27-
%A
2828
test:
2929
; (lines=4, args=1, vars=1, tmps=%d, ssa_vars=3)
3030
; (JIT)
@@ -46,4 +46,3 @@ BB1:
4646
0001 ASSIGN_OBJ #1.CV0($obj) [rc1, rcn, object (Foo)] -> #2.CV0($obj) NOVAL [rc1, rcn, object (Foo)] string("prop")
4747
0002 OP_DATA int(1)
4848
0003 RETURN null
49-
%A

0 commit comments

Comments
 (0)