Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 15, Position 2 = 22
Branch analysis from position: 15
2 jumps found. (Code = 78) Position 1 = 16, Position 2 = 22
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 22
filename: /in/oCifF
function name: (null)
number of ops: 24
compiled vars: !0 = $xml, !1 = $doc, !2 = $xpath, !3 = $element
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%3Crss+xmlns%3Aatom%3D%22http%3A%2F%2Fwww.w3.org%2F2005%2FAtom%22+version%3D%222.0%22%3E%0A++++%3Cnumbers%3E%0A++++++++%3Cnumber+no_id%3D%224%22+number_name%3D%22car%22+%2F%3E%0A++++++++%3Cnumber+no_id%3D%226%22+number_name%3D%22bike%22+%2F%3E%0A++++++++%3Cnumber+no_id%3D%2211%22+number_name%3D%22train%22+%2F%3E%0A++++++++%3Cnumber+no_id%3D%2232%22+number_name%3D%22plane%22+%2F%3E%0A++++%3C%2Fnumbers%3E%0A%3C%2Frss%3E'
15 1 NEW $5 'DOMDocument'
2 DO_FCALL 0
3 ASSIGN !1, $5
16 4 INIT_METHOD_CALL !1, 'loadXML'
5 SEND_VAR_EX !0
6 DO_FCALL 0
18 7 NEW $9 'DOMXpath'
8 SEND_VAR_EX !1
9 DO_FCALL 0
10 ASSIGN !2, $9
20 11 INIT_METHOD_CALL !2, 'query'
12 SEND_VAL_EX '%2Frss%2Fnumbers%2Fnumber'
13 DO_FCALL 0 $12
14 > FE_RESET_R $13 $12, ->22
15 > > FE_FETCH_R $13, !3, ->22
21 16 > INIT_METHOD_CALL !3, 'getAttribute'
17 SEND_VAL_EX 'number_name'
18 DO_FCALL 0 $14
19 CONCAT ~15 $14, '%0A'
20 ECHO ~15
20 21 > JMP ->15
22 > FE_FREE $13
22 23 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0