Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 28
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 28
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
filename: /in/gEEch
function name: (null)
number of ops: 30
compiled vars: !0 = $xml, !1 = $second_level
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $2 'SimpleXMLElement'
4 1 SEND_VAL_EX '%3CDOM%3E%0A++%3CTAB+id%3D%22ID1%22+width%3D%2230.1%22+height%3D%220.5%22+%3E%3C%2FTAB%3E+%0A++%3CTAB+id%3D%22ID2%22+width%3D%2215.7%22+height%3D%221.8%22+%3E%3C%2FTAB%3E%0A%3C%2FDOM%3E'
3 2 DO_FCALL 0
3 ASSIGN !0, $2
9 4 INIT_METHOD_CALL !0, 'children'
5 DO_FCALL 0 $5
6 > FE_RESET_R $6 $5, ->28
7 > > FE_FETCH_R $6, !1, ->28
10 8 > INIT_METHOD_CALL !1, 'attributes'
9 DO_FCALL 0 $7
10 FETCH_OBJ_R ~8 $7, 'id'
11 CONCAT ~9 ~8, '%3Cbr%3E'
12 ECHO ~9
11 13 INIT_METHOD_CALL !1, 'attributes'
14 DO_FCALL 0 $10
15 FETCH_OBJ_R ~11 $10, 'width'
16 CAST 5 ~12 ~11
17 MUL ~13 ~12, 10
18 CONCAT ~14 ~13, '%3Cbr%3E'
19 ECHO ~14
12 20 INIT_METHOD_CALL !1, 'attributes'
21 DO_FCALL 0 $15
22 FETCH_OBJ_R ~16 $15, 'height'
23 CAST 5 ~17 ~16
24 MUL ~18 ~17, 10
25 CONCAT ~19 ~18, '%3Cbr%3E'
26 ECHO ~19
9 27 > JMP ->7
28 > FE_FREE $6
13 29 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0