Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 13
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 22
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 26, Position 2 = 13
Branch analysis from position: 26
Branch analysis from position: 13
Branch analysis from position: 22
filename: /in/i94Lr
function name: (null)
number of ops: 27
compiled vars: !0 = $a, !1 = $pattern, !2 = $b, !3 = $i
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, 'this+is+school+of+sachin'
3 1 ASSIGN !1, 'sch'
4 2 INIT_FCALL 'explode'
3 SEND_VAL '+'
4 SEND_VAR !0
5 DO_ICALL $6
6 ASSIGN !2, $6
5 7 INIT_FCALL 'array_reverse'
8 SEND_VAR !2
9 DO_ICALL $8
10 ASSIGN !2, $8
6 11 ASSIGN !3, 0
12 > JMP ->23
7 13 > INIT_FCALL 'strpos'
14 FETCH_DIM_R ~11 !2, !3
15 SEND_VAL ~11
16 SEND_VAR !1
17 DO_ICALL $12
18 TYPE_CHECK 1018 $12
19 > JMPZ ~13, ->22
8 20 > ADD ~14 !3, 1
21 ECHO ~14
6 22 > PRE_INC !3
23 > COUNT ~16 !2
24 IS_SMALLER !3, ~16
25 > JMPNZ ~17, ->13
11 26 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0