Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 22, Position 2 = 28
Branch analysis from position: 22
2 jumps found. (Code = 78) Position 1 = 23, Position 2 = 28
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
filename: /in/XLm6o
function name: (null)
number of ops: 33
compiled vars: !0 = $data, !1 = $dom, !2 = $xpath, !3 = $lines_to_be_removed, !4 = $line
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3Cdiv%3E%0A++++%3Cp%3EThese+line+shall+stay%3C%2Fp%3E%0A++++%3Cp+class%3D%22myclass%22%3ERemove+this+one%3C%2Fp%3E%0A++++%3Cp%3EBut+keep+this%3C%2Fp%3E%0A++++%3Cdiv+style%3D%22color%3A+red%22%3Eand+this%3C%2Fdiv%3E%0A%3C%2Fdiv%3E'
12 1 NEW $6 'DOMDOcument'
2 DO_FCALL 0
3 ASSIGN !1, $6
13 4 INIT_METHOD_CALL !1, 'loadHTML'
5 SEND_VAR_EX !0
6 SEND_VAL_EX 8192
7 DO_FCALL 0
14 8 INIT_METHOD_CALL !1, 'removeChild'
9 CHECK_FUNC_ARG
10 FETCH_OBJ_FUNC_ARG $10 !1, 'doctype'
11 SEND_FUNC_ARG $10
12 DO_FCALL 0
16 13 NEW $12 'DOMXPath'
14 SEND_VAR_EX !1
15 DO_FCALL 0
16 ASSIGN !2, $12
18 17 INIT_METHOD_CALL !2, 'query'
18 SEND_VAL_EX '%2F%2F%2A%5Bcount%28%40%2A%29%3E0%5D'
19 DO_FCALL 0 $15
20 ASSIGN !3, $15
20 21 > FE_RESET_R $17 !3, ->28
22 > > FE_FETCH_R $17, !4, ->28
21 23 > FETCH_OBJ_R ~18 !4, 'parentNode'
24 INIT_METHOD_CALL ~18, 'removeChild'
25 SEND_VAR_EX !4
26 DO_FCALL 0
20 27 > JMP ->22
28 > FE_FREE $17
25 29 INIT_METHOD_CALL !1, 'saveHTML'
30 DO_FCALL 0 $20
31 ECHO $20
26 32 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0