3v4l.org

run code in 300+ PHP versions simultaneously
<?php $saved_hash = '$2y$10$lYLjDh2c88ut9jFhkqxngeY/h2jzlvXB.VeUkllHfxtdtH5Cv/lBC'; $password = 'hello'; var_export(password_verify($password, $saved_hash));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1VIL6
function name:  (null)
number of ops:  10
compiled vars:  !0 = $saved_hash, !1 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%242y%2410%24lYLjDh2c88ut9jFhkqxngeY%2Fh2jzlvXB.VeUkllHfxtdtH5Cv%2FlBC'
    4     1        ASSIGN                                                   !1, 'hello'
    5     2        INIT_FCALL                                               'var_export'
          3        INIT_FCALL                                               'password_verify'
          4        SEND_VAR                                                 !1
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.73 ms | 1394 KiB | 17 Q