Skip to content

Commit 4846913

Browse files
committed
Disable jit in observer opline test
This test fails in --repeat mode with tracing JIT.
1 parent ed24f0f commit 4846913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/zend_test/tests/observer_opline_01.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Observer: Ensure opline exists on the execute_data
66
zend_test.observer.enabled=1
77
zend_test.observer.observe_all=1
88
zend_test.observer.show_opcode=1
9+
opcache.jit=0
910
--FILE--
1011
<?php
1112
function foo()

0 commit comments

Comments
 (0)