Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iGgkV
function name: (null)
number of ops: 13
compiled vars: !0 = $array, !1 = $new_array
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
13 1 INIT_FCALL 'array_map'
2 SEND_VAL 'filter_urls'
3 SEND_VAR !0
4 DO_ICALL $3
5 ASSIGN !1, $3
15 6 INIT_FCALL 'print_r'
7 SEND_VAR !0
8 DO_ICALL
17 9 INIT_FCALL 'print_r'
10 SEND_VAR !1
11 DO_ICALL
12 > RETURN 1
Function filter_urls:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iGgkV
function name: filter_urls
number of ops: 8
compiled vars: !0 = $item
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > RECV !0
10 1 INIT_FCALL 'substr'
2 SEND_VAR !0
3 SEND_VAL 0
4 SEND_VAL 36
5 DO_ICALL $1
6 > RETURN $1
11 7* > RETURN null
End of function filter_urls
Generated using Vulcan Logic Dumper, using php 8.0.0