Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/SttJ3
function name: (null)
number of ops: 10
compiled vars: !0 = $columns, !1 = $cols
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
22 1 INIT_FCALL 'array_filter'
2 SEND_VAR !0
3 SEND_VAL '_filter_column_names'
4 DO_ICALL $3
5 ASSIGN !1, $3
35 6 INIT_FCALL 'print_r'
7 SEND_VAR !1
8 DO_ICALL
9 > RETURN 1
Function _filter_column_names:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/SttJ3
function name: _filter_column_names
number of ops: 15
compiled vars: !0 = $column_name
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
25 0 E > RECV !0
26 1 FRAMELESS_ICALL_3 str_replace ~1 '+%2F', '_'
2 OP_DATA !0
3 ASSIGN !0, ~1
27 4 INIT_FCALL 'strtolower'
5 FRAMELESS_ICALL_1 trim ~3 !0
6 FRAMELESS_ICALL_3 str_replace ~4 <array>, '_'
7 OP_DATA ~3
8 SEND_VAL ~4
9 DO_ICALL $5
10 ASSIGN !0, $5
28 11 CONCAT ~7 !0, '%2C+'
12 ECHO ~7
29 13 > RETURN !0
30 14* > RETURN null
End of function _filter_column_names
Generated using Vulcan Logic Dumper, using php 8.5.0