Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/iWvBG function name: (null) number of ops: 7 compiled vars: !0 = $dom line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > INIT_FCALL 'error_reporting' 1 SEND_VAL 32767 2 DO_ICALL 26 3 NEW $2 'MyDOM' 4 DO_FCALL 0 5 ASSIGN !0, $2 6 > RETURN 1 Class MyDOM: Function savexml: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 15 Branch analysis from position: 4 2 jumps found. (Code = 77) Position 1 = 6, Position 2 = 13 Branch analysis from position: 6 2 jumps found. (Code = 78) Position 1 = 7, Position 2 = 13 Branch analysis from position: 7 1 jumps found. (Code = 42) Position 1 = 6 Branch analysis from position: 6 Branch analysis from position: 13 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 13 Branch analysis from position: 15 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/iWvBG function name: saveXML number of ops: 21 compiled vars: !0 = $context, !1 = $options, !2 = $result, !3 = $node line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 13 0 E > RECV_INIT !0 null 1 RECV_INIT !1 0 14 2 INSTANCEOF !0, 'DOMNodeList' 3 > JMPZ ~4, ->15 15 4 > ASSIGN !2, '' 16 5 > FE_RESET_R $6 !0, ->13 6 > > FE_FETCH_R $6, !3, ->13 17 7 > INIT_STATIC_METHOD_CALL 'saveXML' 8 SEND_VAR_EX !3 9 SEND_VAR_EX !1 10 DO_FCALL 0 $7 11 ASSIGN_OP 8 !2, $7 16 12 > JMP ->6 13 > FE_FREE $6 19 14 > RETURN !2 21 15 > INIT_STATIC_METHOD_CALL 'saveXML' 16 SEND_VAR_EX !0 17 SEND_VAR_EX !1 18 DO_FCALL 0 $9 19 > RETURN $9 22 20* > RETURN null End of function savexml End of class MyDOM.
Generated using Vulcan Logic Dumper, using php 8.0.0