Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 61) Position 1 = -2
filename: /in/ZeVRk
function name: (null)
number of ops: 16
compiled vars: !0 = $s, !1 = $sArray
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
27 0 E > ASSIGN !0, 'abcabcbb'
29 1 INIT_FCALL 'str_split'
2 SEND_VAR !0
3 DO_ICALL $3
4 ASSIGN !1, $3
31 5 ECHO '%3Cpre%3E'
6 INIT_FCALL 'print_r'
7 INIT_FCALL 'findrepeatingstringcount'
8 SEND_VAR !1
9 DO_FCALL 0 $5
10 SEND_VAR $5
11 DO_ICALL
12 ECHO '%3C%2Fpre%3E'
13 > INIT_FCALL 'exit'
14* DO_ICALL
32 15* > RETURN 1
Function findrepeatingstringcount:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 7
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 17, Position 2 = 7
Branch analysis from position: 17
Branch analysis from position: 7
filename: /in/ZeVRk
function name: findRepeatingStringCount
number of ops: 19
compiled vars: !0 = $sArray, !1 = $i, !2 = $left, !3 = $right
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > RECV !0
10 1 ASSIGN !1, 0
11 2 FETCH_DIM_R ~5 !0, 0
3 ASSIGN !2, ~5
12 4 FETCH_DIM_R ~7 !0, 0
5 ASSIGN !3, ~7
14 6 > JMP ->14
16 7 > IS_EQUAL !2, !3
8 > JMPZ ~9, ->11
17 9 > ADD ~10 !1, 1
10 > RETURN ~10
20 11 > PRE_INC !1
21 12 FETCH_DIM_R ~12 !0, !1
13 ASSIGN !3, ~12
14 14 > COUNT ~14 !0
15 IS_SMALLER !1, ~14
16 > JMPNZ ~15, ->7
24 17 > > RETURN 0
25 18* > RETURN null
End of function findrepeatingstringcount
Generated using Vulcan Logic Dumper, using php 8.5.0