Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 16, Position 2 = 18
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/C88H2
function name: (null)
number of ops: 20
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > FETCH_W global $0 '_POST'
1 ASSIGN_DIM $0, 'password'
2 OP_DATA 'secret'
3 3 INIT_FCALL 'password_verify'
4 4 FETCH_R global ~2 '_POST'
5 FETCH_DIM_R ~3 ~2, 'password'
6 SEND_VAL ~3
5 7 INIT_FCALL 'password_hash'
8 FETCH_R global ~4 '_POST'
9 FETCH_DIM_R ~5 ~4, 'password'
10 SEND_VAL ~5
11 SEND_VAL '2y'
12 DO_ICALL $6
13 SEND_VAR $6
3 14 DO_ICALL $7
5 15 > JMPZ $7, ->18
7 16 > ECHO 'Verified'
3 17 > JMP ->19
9 18 > ECHO 'Not+verified.'
10 19 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0