Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 25
Branch analysis from position: 25
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 18
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 18
Branch analysis from position: 27
Branch analysis from position: 18
filename: /in/g2C13
function name: (null)
number of ops: 28
compiled vars: !0 = $xmlstr, !1 = $xml, !2 = $prop, !3 = $value, !4 = $count, !5 = $i
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3Cproperties%3E%0A%3Cproperty%3Ename%3C%2Fproperty%3E%3Cvalue%3Ejohn%3C%2Fvalue%3E%0A%3Cproperty%3Esurname%3C%2Fproperty%3E%3Cvalue%3Ewayne%3C%2Fvalue%3E%0A%3Cproperty%3Eage%3C%2Fproperty%3E%3Cvalue%3E33%3C%2Fvalue%3E%0A%3Cproperty%3Eblaaa%3C%2Fproperty%3E%3Cvalue%3Eblaa%3C%2Fvalue%3E%0A%3C%2Fproperties%3E'
10 1 INIT_FCALL 'simplexml_load_string'
2 SEND_VAR !0
3 DO_ICALL $7
4 ASSIGN !1, $7
12 5 INIT_METHOD_CALL !1, 'xpath'
6 SEND_VAL_EX '%2F%2Fproperty'
7 DO_FCALL 0 $9
8 ASSIGN !2, $9
13 9 INIT_METHOD_CALL !1, 'xpath'
10 SEND_VAL_EX '%2F%2Fvalue'
11 DO_FCALL 0 $11
12 ASSIGN !3, $11
15 13 COUNT ~13 !2
14 SUB ~14 ~13, 1
15 ASSIGN !4, ~14
17 16 ASSIGN !5, 0
17 > JMP ->25
18 18 > FETCH_DIM_R ~17 !2, !5
19 CONCAT ~18 ~17, '%3A+'
20 FETCH_DIM_R ~19 !3, !5
21 CONCAT ~20 ~18, ~19
22 CONCAT ~21 ~20, '%3Cbr+%2F%3E'
23 ECHO ~21
17 24 PRE_INC !5
25 > IS_SMALLER_OR_EQUAL !5, !4
26 > JMPNZ ~23, ->18
19 27 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0