Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 25
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 25
Branch analysis from position: 8
2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 23
Branch analysis from position: 14
2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 23
Branch analysis from position: 15
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 21
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 21
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 21
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 21
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 23
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename: /in/och7X
function name: (null)
number of ops: 27
compiled vars: !0 = $soubor, !1 = $xml, !2 = $group, !3 = $member, !4 = $id
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3C%3Fxml+version%3D%221.0%22+encoding%3D%22UTF-8%22%3F%3E%0A%3Cgroups%3E%0A++++%3Cgroup%3E%0A++++++++%3Cadmin%3E%0A++++++++++++%3Cid%3E605%3C%2Fid%3E%0A++++++++%3C%2Fadmin%3E%0A++++++++%3Cmembers%3E%0A++++++++++++%3Cid%3E2154%3C%2Fid%3E%0A++++++++++++%3Cid%3E2256%3C%2Fid%3E%0A++++++++++++%3Cid%3E3179%3C%2Fid%3E%0A++++++++%3C%2Fmembers%3E%0A++++%3C%2Fgroup%3E%0A++++%3Cgroup%3E%0A++++++++%3Cadmin%3E%0A++++++++++++....%0A++++++++%3C%2Fadmin%3E%0A++++++++%3Cmembers%3E%0A++++++++++++...%0A++++++++++++...%0A++++++++%3C%2Fmembers%3E%0A++++%3C%2Fgroup%3E%0A%3C%2Fgroups%3E'
28 1 INIT_FCALL 'simplexml_load_string'
2 SEND_VAR !0
3 DO_ICALL $6
4 ASSIGN !1, $6
29 5 FETCH_OBJ_R ~8 !1, 'group'
6 > FE_RESET_R $9 ~8, ->25
7 > > FE_FETCH_R $9, !2, ->25
30 8 > FETCH_OBJ_R ~10 !2, 'admin'
9 FETCH_OBJ_R ~11 ~10, 'id'
10 CONCAT ~12 ~11, '%0A'
11 ECHO ~12
31 12 FETCH_OBJ_R ~13 !2, 'members'
13 > FE_RESET_R $14 ~13, ->23
14 > > FE_FETCH_R $14, !3, ->23
32 15 > FETCH_OBJ_R ~15 !3, 'id'
16 > FE_RESET_R $16 ~15, ->21
17 > > FE_FETCH_R $16, !4, ->21
33 18 > CONCAT ~17 !4, '%0A'
19 ECHO ~17
32 20 > JMP ->17
21 > FE_FREE $16
31 22 > JMP ->14
23 > FE_FREE $14
29 24 > JMP ->7
25 > FE_FREE $9
35 26 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0