Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 49
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 49
Branch analysis from position: 18
2 jumps found. (Code = 77) Position 1 = 32, Position 2 = 47
Branch analysis from position: 32
2 jumps found. (Code = 78) Position 1 = 33, Position 2 = 47
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
Branch analysis from position: 47
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 47
Branch analysis from position: 49
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 49
filename: /in/quNoo
function name: (null)
number of ops: 54
compiled vars: !0 = $html, !1 = $doc, !2 = $xpath, !3 = $paras, !4 = $p, !5 = $lines, !6 = $line, !7 = $new
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, '%3Cdiv%3E%3Cp%3E%0ALorem+Ipsum+is+simply+dummy+text+of+the+printing+and+typesetting+industry.%0A%0ALorem+Ipsum+has+been+the+industry%27s+standard+dummy+text+ever+since+the+1500s%2C+when+an+unknown+printer+took+a+galley+of+type+and+scrambled+it+to+make+a+type+specimen+book.%0A%0AIt+has+survived+not+only+five+centuries%2C+but+also+the+leap+into+electronic+typesetting%2C+remaining+essentially+unchanged.+It+was+popularised+in+the+1960s+with+the+release+of+%0A%0ALetraset+sheets+containing+Lorem+Ipsum+passages%2C+and+more+recently+with+desktop+publishing+software+like+Aldus+PageMaker+including+versions+of+Lorem+Ipsum.%0A%0A%3C%2Fp%3E%3C%2Fdiv%3E'
13 1 NEW $9 'DOMDocument'
2 DO_FCALL 0
3 ASSIGN !1, $9
14 4 INIT_METHOD_CALL !1, 'loadHTML'
5 SEND_VAR_EX !0
6 SEND_VAL_EX 8196
7 DO_FCALL 0
15 8 NEW $13 'DOMXpath'
9 SEND_VAR_EX !1
10 DO_FCALL 0
11 ASSIGN !2, $13
16 12 INIT_METHOD_CALL !2, 'query'
13 SEND_VAL_EX '%2F%2Fp'
14 DO_FCALL 0 $16
15 ASSIGN !3, $16
17 16 > FE_RESET_R $18 !3, ->49
17 > > FE_FETCH_R $18, !4, ->49
18 18 > INIT_FCALL 'preg_split'
19 SEND_VAL '%2F%28%5Cs%2A%5B%5Cr%5Cn%5D%5Cs%2A%29%2B%2F'
20 FETCH_OBJ_R ~19 !4, 'textContent'
21 SEND_VAL ~19
22 SEND_VAL -1
23 SEND_VAL 1
24 DO_ICALL $20
25 ASSIGN !5, $20
19 26 INIT_FCALL 'array_shift'
27 SEND_REF !5
28 DO_ICALL $23
29 ASSIGN_OBJ !4, 'textContent'
30 OP_DATA $23
20 31 > FE_RESET_R $24 !5, ->47
32 > > FE_FETCH_R $24, !6, ->47
22 33 > INIT_METHOD_CALL !1, 'createElement'
34 SEND_VAL_EX 'p'
35 DO_FCALL 0 $25
36 ASSIGN !7, $25
23 37 ASSIGN_OBJ !7, 'textContent'
38 OP_DATA !6
24 39 FETCH_OBJ_R ~28 !4, 'parentNode'
40 INIT_METHOD_CALL ~28, 'insertBefore'
41 SEND_VAR_EX !7
42 CHECK_FUNC_ARG
43 FETCH_OBJ_FUNC_ARG $29 !4, 'nextSibling'
44 SEND_FUNC_ARG $29
45 DO_FCALL 0
20 46 > JMP ->32
47 > FE_FREE $24
17 48 > JMP ->17
49 > FE_FREE $18
27 50 INIT_METHOD_CALL !1, 'saveHTML'
51 DO_FCALL 0 $31
52 ECHO $31
53 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0