Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 5
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 5
Branch analysis from position: 24
Branch analysis from position: 5
filename: /in/ddg73
function name: (null)
number of ops: 31
compiled vars: !0 = $str, !1 = $find, !2 = $replaceWith, !3 = $lastPos
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'GOODDAY'
4 1 ASSIGN !1, 'O'
5 2 ASSIGN !2, 'U'
6 3 ASSIGN !3, 0
8 4 > JMP ->16
9 5 > INIT_FCALL 'substr_replace'
6 SEND_VAR !0
7 SEND_VAR !2
8 SEND_VAR !3
9 SEND_VAL 1
10 DO_ICALL $8
11 CONCAT ~9 $8, '%0A'
12 ECHO ~9
10 13 STRLEN ~10 !1
14 ADD ~11 !3, ~10
15 ASSIGN !3, ~11
8 16 > INIT_FCALL 'strpos'
17 SEND_VAR !0
18 SEND_VAR !1
19 SEND_VAR !3
20 DO_ICALL $13
21 ASSIGN ~14 !3, $13
22 TYPE_CHECK 1018 ~14
23 > JMPNZ ~15, ->5
13 24 > INIT_FCALL 'str_replace'
25 SEND_VAR !1
26 SEND_VAR !2
27 SEND_VAR !0
28 DO_ICALL $16
29 ECHO $16
30 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0