Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ASfTF
function name: (null)
number of ops: 15
compiled vars: !0 = $xml
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > INIT_FCALL 'simplexml_load_string'
3 1 SEND_VAL '%3C%3Fxml+version%3D%221.0%22%3F%3E%0A%3Croot%3E%0A%09%3Celement%3E%0A++++%09%3Cfeed+id%3D%22+9+%22%3E%0A++++++++%09%3Ctitle%3Etest%3C%2Ftitle%3E%0A++++++++%09%3Ctable%3Efeeds%3C%2Ftable%3E%0A++++++++%09%3Clink%2F%3E%0A++++++++%09%3Cfeed_type%3EAPI%3C%2Ffeed_type%3E%0A++++++++%09%3Caffiliate%2F%3E%0A++++++++%09%3Cmwst%3Eja%3C%2Fmwst%3E%0A++++++++%09%3Ctld%3EDE%3C%2Ftld%3E%0A++++++++%09%3Cquery%2F%3E%0A++++%09%3C%2Ffeed%3E%0A%09%3C%2Felement%3E%0A%3C%2Froot%3E'
2 2 DO_ICALL $1
3 ASSIGN !0, $1
26 4 INIT_METHOD_CALL !0, 'asXML'
5 DO_FCALL 0 $3
6 ECHO $3
27 7 ECHO '%0A'
28 8 INIT_FCALL 'deletenode'
9 SEND_VAL '9'
10 DO_FCALL 0
29 11 INIT_METHOD_CALL !0, 'asXML'
12 DO_FCALL 0 $5
13 ECHO $5
14 > RETURN 1
Function deletenode:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ASfTF
function name: deleteNode
number of ops: 11
compiled vars: !0 = $feed_id, !1 = $xml, !2 = $parent
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > RECV !0
22 1 BIND_GLOBAL !1, 'xml'
23 2 INIT_METHOD_CALL !1, 'xpath'
3 CONCAT ~3 '%2F%2F%2A%5Bfeed%5B%40id%3D%22+', !0
4 CONCAT ~4 ~3, '+%22%5D%5D'
5 SEND_VAL_EX ~4
6 DO_FCALL 0 $5
7 ASSIGN !2, $5
24 8 FETCH_DIM_UNSET $7 !2, 0
9 UNSET_DIM $7, 0
25 10 > RETURN null
End of function deletenode
Generated using Vulcan Logic Dumper, using php 8.0.0