Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 13
Branch analysis from position: 13
2 jumps found. (Code = 107) Position 1 = 14, Position 2 = -2
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
Found catch point at position: 27
Branch analysis from position: 27
2 jumps found. (Code = 107) Position 1 = 28, Position 2 = -2
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/0USqL
function name: (null)
number of ops: 34
compiled vars: !0 = $stdObject, !1 = $ee
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > INIT_FCALL 'set_error_handler'
1 DECLARE_LAMBDA_FUNCTION ~2 [0]
7 2 SEND_VAL ~2
4 3 DO_ICALL
14 4 NEW $4 'stdClass'
5 DO_FCALL 0
6 ASSIGN !0, $4
18 7 INIT_FCALL 'array_diff'
8 SEND_VAL <array>
9 INIT_ARRAY ~7 !0
10 SEND_VAL ~7
11 DO_ICALL
12 > JMP ->19
19 13 E > > CATCH last 'ErrorException'
21 14 > INIT_METHOD_CALL !1, 'getMessage'
15 DO_FCALL 0 $9
16 CONCAT ~10 'Catched+exception%3A+', $9
17 CONCAT ~11 ~10, '%0A'
18 ECHO ~11
24 19 > ECHO '%0A----------%0A'
28 20 INIT_FCALL 'array_diff'
21 INIT_ARRAY ~12 !0
22 SEND_VAL ~12
23 INIT_ARRAY ~13 !0
24 SEND_VAL ~13
25 DO_ICALL
26 > JMP ->33
29 27 E > > CATCH last 'ErrorException'
31 28 > INIT_METHOD_CALL !1, 'getMessage'
29 DO_FCALL 0 $15
30 CONCAT ~16 'Catched+exception%3A+', $15
31 CONCAT ~17 ~16, '%0A'
32 ECHO ~17
32 33 > > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename: /in/0USqL
function name: {closure}
number of ops: 14
compiled vars: !0 = $severity, !1 = $message, !2 = $filename, !3 = $line
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
5 4 ECHO 'Throwing+ErrorException%0A'
6 5 NEW $4 'ErrorException'
6 SEND_VAR_EX !1
7 SEND_VAL_EX 0
8 SEND_VAR_EX !0
9 SEND_VAR_EX !2
10 SEND_VAR_EX !3
11 DO_FCALL 0
12 > THROW 0 $4
7 13* > RETURN null
End of Dynamic Function 0
Generated using Vulcan Logic Dumper, using php 8.0.0