Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/NNnEA
function name: (null)
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > INIT_FCALL 'set_exception_handler'
1 SEND_VAL 'user_exception_handler_02'
2 DO_ICALL
23 3 INIT_FCALL 'call_throw_it'
4 DO_FCALL 0
5 > RETURN 1
Function user_exception_handler_01:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/NNnEA
function name: user_exception_handler_01
number of ops: 3
compiled vars: !0 = $ex
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
4 1 ECHO '01+Handled+uncaught+exception'
5 2 > RETURN null
End of function user_exception_handler_01
Function user_exception_handler_02:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename: /in/NNnEA
function name: user_exception_handler_02
number of ops: 10
compiled vars: !0 = $ex
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
8 1 INIT_FCALL 'set_exception_handler'
2 SEND_VAL 'user_exception_handler_01'
3 DO_ICALL
9 4 NEW $2 'RuntimeException'
5 SEND_VAL_EX 'Not+able+to+handle%2C+throwing+another+exception+from+handler'
6 DO_FCALL 0
7 > THROW 0 $2
10 8* ECHO 'Should+never+see+this'
11 9* > RETURN null
End of function user_exception_handler_02
Function throw_it:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename: /in/NNnEA
function name: throw_it
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > NEW $0 'RuntimeException'
1 SEND_VAL_EX 'Expected+unexpected+happened'
2 DO_FCALL 0
3 > THROW 0 $0
15 4* > RETURN null
End of function throw_it
Function call_throw_it:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/NNnEA
function name: call_throw_it
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
18 0 E > INIT_FCALL 'throw_it'
1 DO_FCALL 0
19 2 > RETURN null
End of function call_throw_it
Generated using Vulcan Logic Dumper, using php 8.0.0