Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 31
Branch analysis from position: 29
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/cAMSA
function name: (null)
number of ops: 33
compiled vars: !0 = $version
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'var_dump'
1 DEFINED ~1 'HHVM_VERSION'
2 SEND_VAL ~1
3 DO_ICALL
4 4 INIT_FCALL 'var_dump'
5 DEFINED ~3 'HHVM_VERSION_ID'
6 SEND_VAL ~3
7 DO_ICALL
5 8 INIT_FCALL 'var_dump'
9 FETCH_CONSTANT ~5 'HHVM_VERSION_ID'
10 TYPE_CHECK 16 ~6 ~5
11 SEND_VAL ~6
12 DO_ICALL
8 13 INIT_FCALL 'explode'
14 SEND_VAL '.'
15 FETCH_CONSTANT ~8 'HHVM_VERSION'
16 SEND_VAL ~8
17 DO_ICALL $9
18 ASSIGN !0, $9
9 19 FETCH_CONSTANT ~11 'HHVM_VERSION_ID'
20 FETCH_DIM_R ~12 !0, 0
21 MUL ~13 ~12, 10000
22 FETCH_DIM_R ~14 !0, 1
23 MUL ~15 ~14, 100
24 ADD ~16 ~13, ~15
25 FETCH_DIM_R ~17 !0, 2
26 ADD ~18 ~16, ~17
27 IS_EQUAL ~11, ~18
28 > JMPZ ~19, ->31
10 29 > ECHO 'HHVM_VERSION+matches+HHVM_VERSION_ID%0A'
9 30 > JMP ->32
12 31 > ECHO 'HHVM_VERSION+does+NOT+match+HHVM_VERSION_ID%0A'
13 32 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0