Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Found catch point at position: 6
Branch analysis from position: 6
2 jumps found. (Code = 107) Position 1 = 7, Position 2 = -2
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Found catch point at position: 20
Branch analysis from position: 20
2 jumps found. (Code = 107) Position 1 = 21, Position 2 = -2
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/UYbFH
function name: (null)
number of ops: 26
compiled vars: !0 = $result, !1 = $e
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ECHO 'WITHOUT%0A'
5 1 INIT_FCALL 'simplexml_load_string'
2 SEND_VAL 'invalid'
3 DO_ICALL $2
4 ASSIGN !0, $2
5 > JMP ->8
6 6 E > > CATCH last 'Exception'
7 7 > ECHO 'ERROR%21%21%21'
9 8 > INIT_FCALL 'var_dump'
9 SEND_VAR !0
10 DO_ICALL
11 11 ECHO '%0A%0A'
13 12 ECHO 'WITH%0A'
15 13 BEGIN_SILENCE ~5
14 INIT_FCALL 'simplexml_load_string'
15 SEND_VAL 'invalid'
16 DO_ICALL $6
17 END_SILENCE ~5
18 ASSIGN !0, $6
19 > JMP ->22
16 20 E > > CATCH last 'Exception'
17 21 > ECHO 'ERROR%21%21%21'
19 22 > INIT_FCALL 'var_dump'
23 SEND_VAR !0
24 DO_ICALL
25 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0