Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/uLIID
function name: (null)
number of ops: 15
compiled vars: !0 = $hash
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > INIT_FCALL 'password_hash'
1 SEND_VAL 'somepassword'
2 SEND_VAL '2y'
3 DO_ICALL $1
4 ECHO $1
4 5 ASSIGN !0, '%242y%2410%24f.iC%2FtadtwSws25fW2zRg.%2F.xlY.mRK82Ys9M4acbPU%2Fb614vA1vy'
6 6 INIT_FCALL 'password_verify'
7 SEND_VAL 'somepassword'
8 SEND_VAR !0
9 DO_ICALL $3
10 > JMPZ $3, ->13
7 11 > ECHO 'The+password+is+valid%21'
6 12 > JMP ->14
9 13 > ECHO 'The+password+is+not+valid'
10 14 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0