Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Sbojv
function name: (null)
number of ops: 11
compiled vars: !0 = $arr
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
110 0 E > ASSIGN !0, <array>
117 1 INIT_FCALL 'array_walk'
2 FETCH_DIM_W $2 !0, 'params'
3 SEND_REF $2
4 DECLARE_LAMBDA_FUNCTION ~3 [0]
118 5 SEND_VAL ~3
117 6 DO_ICALL
121 7 INIT_FCALL 'print_r'
8 SEND_VAR !0
9 DO_ICALL
10 > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Sbojv
function name: {closure:/in/Sbojv:117}
number of ops: 6
compiled vars: !0 = $value
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
117 0 E > RECV !0
118 1 INIT_FCALL 'remove_unicode_before_registrar'
2 SEND_VAR !0
3 DO_FCALL 0 $1
4 ASSIGN !0, $1
5 > RETURN null
End of Dynamic Function 0
Function remove_unicode_before_registrar:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Sbojv
function name: remove_unicode_before_registrar
number of ops: 30
compiled vars: !0 = $string, !1 = $nonLatinChars, !2 = $nonLatinFrom, !3 = $nonLatinTo, !4 = $separator, !5 = $pregSeparator
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > RECV !0
5 1 ASSIGN !1, <array>
94 2 INIT_FCALL 'array_keys'
3 SEND_VAR !1
4 DO_ICALL $7
5 ASSIGN !2, $7
95 6 INIT_FCALL 'array_values'
7 SEND_VAR !1
8 DO_ICALL $9
9 ASSIGN !3, $9
97 10 ASSIGN !4, '-'
98 11 INIT_FCALL 'preg_quote'
12 SEND_VAR !4
13 SEND_VAL '%23'
14 DO_ICALL $12
15 ASSIGN !5, $12
100 16 FRAMELESS_ICALL_1 trim ~14 !0
17 ASSIGN !0, ~14
101 18 INIT_FCALL 'strip_tags'
19 SEND_VAR !0
20 DO_ICALL $16
21 ASSIGN !0, $16
102 22 FRAMELESS_ICALL_3 preg_replace ~18 !2, !3
23 OP_DATA !0
24 ASSIGN !0, ~18
104 25 FRAMELESS_ICALL_2 trim ~20 !0, !4
26 FRAMELESS_ICALL_1 trim ~21 ~20
27 ASSIGN !0, ~21
106 28 > RETURN !0
107 29* > RETURN null
End of function remove_unicode_before_registrar
Generated using Vulcan Logic Dumper, using php 8.5.0