Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 12
Branch analysis from position: 12
2 jumps found. (Code = 107) Position 1 = 13, Position 2 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/poDFC
function name: (null)
number of ops: 15
compiled vars: !0 = $handler, !1 = $a, !2 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > DECLARE_LAMBDA_FUNCTION ~3 [0]
1 ASSIGN !0, ~3
5 2 INIT_FCALL 'set_error_handler'
3 SEND_VAR !0
4 DO_ICALL
7 5 ECHO !1
8 6 INIT_FCALL 'session_start'
7 DO_ICALL
9 8 INIT_FCALL 'session_id'
9 DO_ICALL $7
10 ECHO $7
11 > JMP ->14
10 12 E > > CATCH last 'Throwable'
11 13 > ECHO 'Error+caught%21'
12 14 > > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/poDFC
function name: {closure}
number of ops: 15
compiled vars: !0 = $errorNumber, !1 = $errorMessage, !2 = $file, !3 = $line
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
3 4 ROPE_INIT 9 ~5 'Error+%5B'
5 ROPE_ADD 1 ~5 ~5, !0
6 ROPE_ADD 2 ~5 ~5, '%5D+in+%5B'
7 ROPE_ADD 3 ~5 ~5, !2
8 ROPE_ADD 4 ~5 ~5, '%5D+at+line+%5B'
9 ROPE_ADD 5 ~5 ~5, !3
10 ROPE_ADD 6 ~5 ~5, '%5D%3A+%27%5B'
11 ROPE_ADD 7 ~5 ~5, !1
12 ROPE_END 8 ~4 ~5, '%5D%27%0D%0A'
13 ECHO ~4
4 14 > RETURN null
End of Dynamic Function 0
Generated using Vulcan Logic Dumper, using php 8.0.0