Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kUMBQ
function name: (null)
number of ops: 9
compiled vars: !0 = $arr, !1 = $str
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
8 1 ASSIGN !1, '12345E'
22 2 INIT_FCALL 'print_r'
3 INIT_FCALL 'string_pop_array'
4 SEND_VAR !1
5 DO_FCALL 0 $4
6 SEND_VAR $4
7 DO_ICALL
8 > RETURN 1
Function array_pop_array:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kUMBQ
function name: array_pop_array
number of ops: 9
compiled vars: !0 = $arr, !1 = $last_element
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
5 1 INIT_FCALL 'array_pop'
2 SEND_REF !0
3 DO_ICALL $2
4 ASSIGN !1, $2
6 5 INIT_ARRAY ~4 !0
6 ADD_ARRAY_ELEMENT ~4 !1
7 > RETURN ~4
7 8* > RETURN null
End of function array_pop_array
Function string_pop:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kUMBQ
function name: string_pop
number of ops: 14
compiled vars: !0 = $str, !1 = $last_char
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > RECV !0
11 1 INIT_FCALL 'substr'
2 SEND_VAR !0
3 SEND_VAL -1
4 DO_ICALL $2
5 ASSIGN !1, $2
12 6 INIT_FCALL 'substr'
7 SEND_VAR !0
8 SEND_VAL 0
9 SEND_VAL -1
10 DO_ICALL $4
11 ASSIGN !0, $4
13 12 > RETURN !1
14 13* > RETURN null
End of function string_pop
Function string_pop_array:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kUMBQ
function name: string_pop_array
number of ops: 9
compiled vars: !0 = $str, !1 = $last_char
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 0 E > RECV !0
18 1 INIT_FCALL 'string_pop'
2 SEND_REF !0
3 DO_FCALL 0 $2
4 ASSIGN !1, $2
19 5 INIT_ARRAY ~4 !0
6 ADD_ARRAY_ELEMENT ~4 !1
7 > RETURN ~4
20 8* > RETURN null
End of function string_pop_array
Generated using Vulcan Logic Dumper, using php 8.0.0