Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 20, Position 2 = 26 Branch analysis from position: 20 2 jumps found. (Code = 78) Position 1 = 21, Position 2 = 26 Branch analysis from position: 21 1 jumps found. (Code = 42) Position 1 = 20 Branch analysis from position: 20 Branch analysis from position: 26 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 26 filename: /in/qdM06 function name: (null) number of ops: 29 compiled vars: !0 = $html, !1 = $dom, !2 = $xpath, !3 = $elements, !4 = $content, !5 = $element line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, '%3Carticle%3E%0A%3Cbr%3E%0A%3Cbr%3E%0A%09%3Cp+rel%3D%22%23%22+src%3D%22%23%22%3Eaaaaaa%3C%2Fp%3E%3Cbr%3E%0A%09%3Cbr%3E%0A%09%3Cp+href%3D%22%23%22+bla%3D%22%23%22+bla2%3D%22%23%22%3Ebbbbbb%3C%2Fp%3E%3Cbr%3E%3Cbr%3E%0A%3C%2Farticle%3E' 13 1 NEW $7 'DOMDocument' 2 DO_FCALL 0 3 ASSIGN !1, $7 14 4 BEGIN_SILENCE ~10 5 INIT_METHOD_CALL !1, 'loadHTML' 6 SEND_VAR_EX !0 7 SEND_VAL_EX 8196 8 DO_FCALL 0 9 END_SILENCE ~10 15 10 NEW $12 'DomXPath' 11 SEND_VAR_EX !1 12 DO_FCALL 0 13 ASSIGN !2, $12 16 14 INIT_METHOD_CALL !2, 'query' 15 SEND_VAL_EX '%2F%2Farticle%2Fnode%28%29' 16 DO_FCALL 0 $15 17 ASSIGN !3, $15 18 18 ASSIGN !4, '' 19 19 > FE_RESET_R $18 !3, ->26 20 > > FE_FETCH_R $18, !5, ->26 20 21 > INIT_METHOD_CALL !1, 'saveHTML' 22 SEND_VAR_EX !5 23 DO_FCALL 0 $19 24 ASSIGN_OP 8 !4, $19 19 25 > JMP ->20 26 > FE_FREE $18 22 27 ECHO !4 23 28 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0