Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/kTv9X
function name: (null)
number of ops: 8
compiled vars: !0 = $unique_domains, !1 = $position
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > ASSIGN !0, <array>
28 1 INIT_FCALL 'arraysearch'
2 SEND_VAR !0
3 SEND_VAL 'flexport.com'
4 DO_FCALL 0 $3
5 ASSIGN !1, $3
29 6 ECHO !1
7 > RETURN 1
Function arraysearch:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 15
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 15
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
filename: /in/kTv9X
function name: arraySearch
number of ops: 19
compiled vars: !0 = $array, !1 = $search, !2 = $value, !3 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
1 RECV !1
7 2 > FE_RESET_R $4 !0, ->15
3 > > FE_FETCH_R ~5 $4, !2, ->15
4 > ASSIGN !3, ~5
8 5 INIT_FCALL 'strpos'
6 SEND_VAR !2
7 SEND_VAR !1
8 DO_ICALL $7
9 TYPE_CHECK 1018 $7
10 > JMPZ ~8, ->14
9 11 > VERIFY_RETURN_TYPE !3
12 FE_FREE $4
13 > RETURN !3
7 14 > > JMP ->3
15 > FE_FREE $4
12 16 > RETURN -1
13 17* VERIFY_RETURN_TYPE
18* > RETURN null
End of function arraysearch
Generated using Vulcan Logic Dumper, using php 8.0.0