Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DM36O
function name: (null)
number of ops: 13
compiled vars: !0 = $numbers, !1 = $noZeros
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
39 0 E > ASSIGN !0, <array>
45 1 INIT_FCALL 'array_excise'
2 SEND_REF !0
3 SEND_VAL 'array_product'
4 DO_FCALL 0 $3
5 ASSIGN !1, $3
46 6 INIT_FCALL 'var_export'
7 INIT_FCALL 'compact'
8 SEND_VAL <array>
9 DO_ICALL $5
10 SEND_VAR $5
11 DO_ICALL
12 > RETURN 1
Function array_excise:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 21
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 21
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 20
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 20
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
filename: /in/DM36O
function name: array_excise
number of ops: 26
compiled vars: !0 = $array, !1 = $callback, !2 = $result, !3 = $value, !4 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
1 RECV !1
12 2 ASSIGN !2, <array>
13 3 INIT_FCALL 'is_callable'
4 SEND_VAR !1
5 DO_ICALL $6
6 BOOL_NOT ~7 $6
7 > JMPZ ~7, ->10
14 8 > VERIFY_RETURN_TYPE !2
9 > RETURN !2
16 10 > > FE_RESET_R $8 !0, ->21
11 > > FE_FETCH_R ~9 $8, !3, ->21
12 > ASSIGN !4, ~9
17 13 INIT_USER_CALL 1 'call_user_func', !1
14 SEND_USER !3
15 DO_FCALL 0 $11
16 > JMPZ $11, ->20
18 17 > ASSIGN_DIM !2, !4
18 OP_DATA !3
19 19 UNSET_DIM !0, !4
16 20 > > JMP ->11
21 > FE_FREE $8
23 22 VERIFY_RETURN_TYPE !2
23 > RETURN !2
24 24* VERIFY_RETURN_TYPE
25* > RETURN null
End of function array_excise
Generated using Vulcan Logic Dumper, using php 8.0.0