Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 17, Position 2 = 28
Branch analysis from position: 17
2 jumps found. (Code = 78) Position 1 = 18, Position 2 = 28
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
filename: /in/LqkYK
function name: (null)
number of ops: 33
compiled vars: !0 = $html, !1 = $dom, !2 = $divs, !3 = $div, !4 = $fragment
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '%3C%21DOCTYPE+HTML%3E%0A%3Chtml%3E%0A%3Cbody%3E%0A++++%3Cdiv%3E%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
11 1 NEW $6 'DOMDocument'
2 DO_FCALL 0
3 ASSIGN !1, $6
12 4 INIT_METHOD_CALL !1, 'loadHTML'
5 SEND_VAR_EX !0
6 DO_FCALL 0
14 7 INIT_FCALL 'iterator_to_array'
8 INIT_METHOD_CALL !1, 'getElementsByTagName'
9 SEND_VAL_EX 'div'
10 DO_FCALL 0 $10
11 INIT_METHOD_CALL $10, 'getIterator'
12 DO_FCALL 0 $11
13 SEND_VAR $11
14 DO_ICALL $12
15 ASSIGN !2, $12
15 16 > FE_RESET_R $14 !2, ->28
17 > > FE_FETCH_R $14, !3, ->28
16 18 > INIT_METHOD_CALL !1, 'createDocumentFragment'
19 DO_FCALL 0 $15
20 ASSIGN !4, $15
17 21 INIT_METHOD_CALL !4, 'appendXML'
22 SEND_VAL_EX '%3Cp%3EHi%21%3C%2Fp%3E'
23 DO_FCALL 0
18 24 INIT_METHOD_CALL !3, 'replaceWith'
25 SEND_VAR_EX !4
26 DO_FCALL 0
15 27 > JMP ->17
28 > FE_FREE $14
21 29 INIT_METHOD_CALL !1, 'saveHTML'
30 DO_FCALL 0 $19
31 ECHO $19
32 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0