Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 3, Position 2 = 16
Branch analysis from position: 3
2 jumps found. (Code = 126) Position 1 = 4, Position 2 = 16
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename: /in/fnno7
function name: (null)
number of ops: 21
compiled vars: !0 = $array, !1 = $excluded, !2 = $arr, !3 = $key
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
118 1 ASSIGN !1, <array>
119 2 > FE_RESET_RW $6 !0, ->16
3 > > FE_FETCH_RW ~7 $6, !2, ->16
4 > ASSIGN !3, ~7
120 5 FETCH_DIM_R ~9 !2, 'website'
6 FETCH_DIM_R ~10 ~9, 'id'
7 FRAMELESS_ICALL_2 in_array ~11 ~10, !1
8 > JMPZ ~11, ->11
121 9 > UNSET_DIM !0, !3
120 10 > JMP ->15
124 11 > INIT_FCALL 'delete_entries'
12 SEND_REF !2
13 SEND_VAR !1
14 DO_FCALL 0
119 15 > > JMP ->3
16 > FE_FREE $6
128 17 INIT_FCALL 'var_export'
18 SEND_VAR !0
19 DO_ICALL
20 > RETURN 1
Function delete_entries:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 4, Position 2 = 17
Branch analysis from position: 4
2 jumps found. (Code = 126) Position 1 = 5, Position 2 = 17
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 12
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename: /in/fnno7
function name: delete_entries
number of ops: 19
compiled vars: !0 = $array, !1 = $ids_to_delete, !2 = $child, !3 = $index
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
109 0 E > RECV !0
1 RECV !1
110 2 FETCH_DIM_W $4 !0, 'children'
3 > FE_RESET_RW $5 $4, ->17
4 > > FE_FETCH_RW ~6 $5, !2, ->17
5 > ASSIGN !3, ~6
111 6 FETCH_DIM_R ~8 !2, 'website'
7 FETCH_DIM_R ~9 ~8, 'id'
8 FRAMELESS_ICALL_2 in_array ~10 ~9, !1
9 > JMPZ ~10, ->12
112 10 > FETCH_DIM_UNSET $11 !0, 'children'
11 UNSET_DIM $11, !3
114 12 > INIT_FCALL_BY_NAME 'delete_entries'
13 SEND_VAR_EX !2
14 SEND_VAR_EX !1
15 DO_FCALL 0
110 16 > JMP ->4
17 > FE_FREE $5
116 18 > RETURN null
End of function delete_entries
Generated using Vulcan Logic Dumper, using php 8.5.0