Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 41
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 41
Branch analysis from position: 3
2 jumps found. (Code = 46) Position 1 = 31, Position 2 = 33
Branch analysis from position: 31
2 jumps found. (Code = 43) Position 1 = 34, Position 2 = 37
Branch analysis from position: 34
1 jumps found. (Code = 42) Position 1 = 39
Branch analysis from position: 39
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 37
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 33
Branch analysis from position: 41
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 41
filename: /in/gC5ms
function name: (null)
number of ops: 43
compiled vars: !0 = $data, !1 = $row, !2 = $viewspec_pref
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
10 1 > FE_RESET_R $4 !0, ->41
2 > > FE_FETCH_R $4, $5, ->41
3 > FETCH_LIST_R $6 $5, 0
4 ASSIGN !1, $6
5 FETCH_LIST_R $8 $5, 1
6 ASSIGN !2, $8
7 FREE $5
11 8 ECHO 'With+data+set%3A+'
9 ECHO '%0A'
12 10 ECHO '%24row%5B%27message%27%5D+%3D+'
11 INIT_FCALL 'var_export'
12 FETCH_DIM_R ~10 !1, 'message'
13 SEND_VAL ~10
14 DO_ICALL $11
15 ECHO $11
16 ECHO '%0A'
13 17 ECHO '%24viewspec_pref++%3D+'
18 INIT_FCALL 'var_export'
19 SEND_VAR !2
20 DO_ICALL $12
21 ECHO $12
22 ECHO '%0A'
14 23 ECHO 'The+condition+strpos%28%24row%5B%27message%27%5D%2C+%27And+Click%27%29+%21%3D%3D+false+%26%26+%24viewspec_pref++%3D%3D%3D+%22no%22+'
15 24 INIT_FCALL 'strpos'
25 FETCH_DIM_R ~13 !1, 'message'
26 SEND_VAL ~13
27 SEND_VAL 'And+Click'
28 DO_ICALL $14
29 TYPE_CHECK 1018 ~15 $14
30 > JMPZ_EX ~15 ~15, ->33
31 > IS_IDENTICAL ~16 !2, 'no'
32 BOOL ~15 ~16
33 > > JMPZ ~15, ->37
16 34 > ECHO 'is+true'
35 ECHO '%0A'
15 36 > JMP ->39
18 37 > ECHO 'is+false'
38 ECHO '%0A'
20 39 > ECHO '%0A'
10 40 > JMP ->2
41 > FE_FREE $4
21 42 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0