Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dTdYK
function name: (null)
number of ops: 10
compiled vars: !0 = $find, !1 = $replace, !2 = $subject
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
33 0 E > ASSIGN !0, '%24'
34 1 ASSIGN !1, 'dollar'
35 2 ASSIGN !2, 'This+is+a+%24+symbol.+I+like+making+%24s.'
36 3 INIT_STATIC_METHOD_CALL 'php', 'str_replace'
4 SEND_VAR !0
5 SEND_VAR !1
6 SEND_VAR !2
7 DO_FCALL 0 $6
8 ECHO $6
9 > RETURN 1
Class php:
Function str_replace:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dTdYK
function name: str_replace
number of ops: 17
compiled vars: !0 = $find, !1 = $replace, !2 = $subject, !3 = $replacement_limit, !4 = $find_pattern
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
14 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV_INIT !3 -1
15 4 FRAMELESS_ICALL_3 str_replace ~5 '%2F', '%5C%2F'
5 OP_DATA !0
6 ASSIGN !4, ~5
16 7 INIT_FCALL 'preg_replace'
8 CONCAT ~7 '%2F', !4
9 CONCAT ~8 ~7, '%2F'
10 SEND_VAL ~8
11 SEND_VAR !1
12 SEND_VAR !2
13 SEND_VAR !3
14 DO_ICALL $9
15 > RETURN $9
17 16* > RETURN null
End of function str_replace
Function str_rreplace:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dTdYK
function name: str_rreplace
number of ops: 24
compiled vars: !0 = $find, !1 = $replace, !2 = $subject, !3 = $replacement_limit
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
29 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV_INIT !3 -1
30 4 INIT_FCALL 'strrev'
5 INIT_STATIC_METHOD_CALL 'str_replace'
6 INIT_FCALL 'strrev'
7 SEND_VAR !0
8 DO_ICALL $4
9 SEND_VAR $4
10 INIT_FCALL 'strrev'
11 SEND_VAR !1
12 DO_ICALL $5
13 SEND_VAR $5
14 INIT_FCALL 'strrev'
15 SEND_VAR !2
16 DO_ICALL $6
17 SEND_VAR $6
18 SEND_VAR !3
19 DO_FCALL 0 $7
20 SEND_VAR $7
21 DO_ICALL $8
22 > RETURN $8
31 23* > RETURN null
End of function str_rreplace
End of class php.
Generated using Vulcan Logic Dumper, using php 8.5.0