Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/JMd3W function name: (null) number of ops: 32 compiled vars: !0 = $xml_header, !1 = $xml line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, '%3C%3Fxml+version%3D%271.0%27+encoding%3D%27utf-8%27%3F%3E%3Cxml%2F%3E' 4 1 NEW $3 'SimpleXMLElement' 2 SEND_VAR_EX !0 3 DO_FCALL 0 4 ASSIGN !1, $3 5 5 INIT_METHOD_CALL !1, 'addChild' 6 SEND_VAL_EX 'first_string' 7 DO_FCALL 0 6 8 ASSIGN_OBJ !1, 'first_string' 9 OP_DATA 'this+is+%26amp%3Blt%3Bmystring%26gt%3B+%26amp%3Beuro%3B+%26amp%3Bgt%3B+%24' 7 10 INIT_METHOD_CALL !1, 'addChild' 11 SEND_VAL_EX 'first_string2' 12 DO_FCALL 0 8 13 ASSIGN_OBJ !1, 'first_string2' 14 OP_DATA 'this+is+%3Cmystring%3E+%26euro%3B+%3E+%24' 9 15 INIT_METHOD_CALL !1, 'addChild' 16 SEND_VAL_EX 'second_string' 17 DO_FCALL 0 10 18 INIT_FCALL 'htmlentities' 19 SEND_VAL 'this+is+%3Cmystring%3E+%26euro%3B+%3E+%24' 20 DO_ICALL $12 21 ASSIGN_OBJ !1, 'second_string' 22 OP_DATA $12 11 23 FETCH_OBJ_R ~13 !1, 'first_string' 24 CONCAT ~14 ~13, '%0A' 25 ECHO ~14 12 26 FETCH_OBJ_R ~15 !1, 'first_string2' 27 CONCAT ~16 ~15, '%0A' 28 ECHO ~16 13 29 FETCH_OBJ_R ~17 !1, 'second_string' 30 ECHO ~17 14 31 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0