File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ opcache.jit=function
9
9
zend_test.observer.enabled=1
10
10
zend_test.observer.show_output=1
11
11
zend_test.observer.observe_all=1
12
- zend_test.observer.show_opcode_in_user_handler=ZEND_EXIT, ZEND_BEGIN_SILENCE, ZEND_END_SILENCE
12
+ zend_test.observer.show_opcode_in_user_handler=ZEND_BEGIN_SILENCE, ZEND_END_SILENCE
13
13
--EXTENSIONS--
14
14
opcache
15
15
zend_test
@@ -27,6 +27,9 @@ exit(@test());
27
27
<file '%s'>
28
28
<!-- opcode: 'ZEND_BEGIN_SILENCE' in user handler -->
29
29
<!-- opcode: 'ZEND_END_SILENCE' in user handler -->
30
- <!-- opcode: 'ZEND_EXIT' in user handler -->
30
+ <!-- init exit() -->
31
+ <exit>
32
+ <!-- Exception: UnwindExit -->
33
+ </exit>
31
34
<!-- Exception: UnwindExit -->
32
35
</file '%s'>
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ echo token_name(T_OBJECT_CAST), "\n";
48
48
echo token_name (T_BOOL_CAST ), "\n" ;
49
49
echo token_name (T_UNSET_CAST ), "\n" ;
50
50
echo token_name (T_NEW ), "\n" ;
51
- echo token_name (T_EXIT ), "\n" ;
52
51
echo token_name (T_IF ), "\n" ;
53
52
echo token_name (T_ELSEIF ), "\n" ;
54
53
echo token_name (T_ELSE ), "\n" ;
@@ -172,7 +171,6 @@ T_OBJECT_CAST
172
171
T_BOOL_CAST
173
172
T_UNSET_CAST
174
173
T_NEW
175
- T_EXIT
176
174
T_IF
177
175
T_ELSEIF
178
176
T_ELSE
You can’t perform that action at this time.
0 commit comments