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}
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: 40
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 INIT_FCALL 'trim'
17 SEND_VAR !0
18 DO_ICALL $14
19 ASSIGN !0, $14
101 20 INIT_FCALL 'strip_tags'
21 SEND_VAR !0
22 DO_ICALL $16
23 ASSIGN !0, $16
102 24 INIT_FCALL 'preg_replace'
25 SEND_VAR !2
26 SEND_VAR !3
27 SEND_VAR !0
28 DO_ICALL $18
29 ASSIGN !0, $18
104 30 INIT_FCALL 'trim'
31 INIT_FCALL 'trim'
32 SEND_VAR !0
33 SEND_VAR !4
34 DO_ICALL $20
35 SEND_VAR $20
36 DO_ICALL $21
37 ASSIGN !0, $21
106 38 > RETURN !0
107 39* > RETURN null
End of function remove_unicode_before_registrar
Generated using Vulcan Logic Dumper, using php 8.0.0