Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
2 jumps found. (Code = 46) Position 1 = 19, Position 2 = 23
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 24, Position 2 = 32
Branch analysis from position: 24
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 32
Branch analysis from position: 31
1 jumps found. (Code = 42) Position 1 = 46
Branch analysis from position: 46
2 jumps found. (Code = 44) Position 1 = 48, Position 2 = 35
Branch analysis from position: 48
2 jumps found. (Code = 43) Position 1 = 50, Position 2 = 51
Branch analysis from position: 50
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 51
Branch analysis from position: 35
2 jumps found. (Code = 43) Position 1 = 41, Position 2 = 45
Branch analysis from position: 41
1 jumps found. (Code = 42) Position 1 = 48
Branch analysis from position: 48
Branch analysis from position: 45
2 jumps found. (Code = 44) Position 1 = 48, Position 2 = 35
Branch analysis from position: 48
Branch analysis from position: 35
Branch analysis from position: 32
Branch analysis from position: 32
Branch analysis from position: 23
Branch analysis from position: 11
2 jumps found. (Code = 46) Position 1 = 19, Position 2 = 23
Branch analysis from position: 19
Branch analysis from position: 23
filename: /in/thoOk
function name: (null)
number of ops: 52
compiled vars: !0 = $start, !1 = $end, !2 = $remove, !3 = $random, !4 = $argv, !5 = $list, !6 = $key, !7 = $found, !8 = $i
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > ASSIGN !0, 1
5 1 ASSIGN !1, 100
14 2 INIT_FCALL 'rand'
3 SEND_VAR !0
4 SEND_VAR !1
5 DO_ICALL $11
6 ASSIGN !2, $11
15 7 ISSET_ISEMPTY_DIM_OBJ 0 !4, 1
8 > JMPZ ~13, ->11
9 > QM_ASSIGN ~14 <true>
10 > JMP ->12
11 > QM_ASSIGN ~14 <false>
12 > ASSIGN !3, ~14
18 13 INIT_FCALL 'range'
14 SEND_VAR !0
15 SEND_VAR !1
16 DO_ICALL $16
17 ASSIGN !5, $16
21 18 > JMPZ_EX ~18 !3, ->23
19 > INIT_FCALL 'shuffle'
20 SEND_REF !5
21 DO_ICALL $19
22 BOOL ~18 $19
24 23 > > JMPZ !2, ->32
25 24 > INIT_FCALL 'array_search'
25 SEND_VAR !2
26 SEND_VAR !5
27 DO_ICALL $20
28 ASSIGN !6, $20
29 29 TYPE_CHECK 1018 !6
30 > JMPZ ~22, ->32
30 31 > UNSET_DIM !5, !6
37 32 > ASSIGN !7, <false>
39 33 ASSIGN !8, !0
34 > JMP ->46
40 35 > INIT_FCALL 'in_array'
36 SEND_VAR !8
37 SEND_VAR !5
38 DO_ICALL $25
39 BOOL_NOT ~26 $25
40 > JMPZ ~26, ->45
41 41 > ASSIGN !7, !8
42 42 CONCAT ~28 !8, '+was+removed%0A'
43 ECHO ~28
44 > JMP ->48
39 45 > PRE_INC !8
46 > IS_SMALLER_OR_EQUAL !8, !1
47 > JMPNZ ~30, ->35
46 48 > IS_EQUAL !7, !2
49 > JMPZ ~31, ->51
47 50 > ECHO 'Successfuly+found+the+missing+number%0A'
48 51 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0