3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(password_verify('test', '$2y$10$pWlfc.bdCtnOVTrxTxX5s.r6lo0H.n1am/v9g5CX4M9DFHFLaj3E2')); $hash = password_hash('test', PASSWORD_DEFAULT); var_dump(password_verify('test', $hash));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4gEYL
function name:  (null)
number of ops:  20
compiled vars:  !0 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'password_verify'
          2        SEND_VAL                                                 'test'
          3        SEND_VAL                                                 '%242y%2410%24pWlfc.bdCtnOVTrxTxX5s.r6lo0H.n1am%2Fv9g5CX4M9DFHFLaj3E2'
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'password_hash'
          8        SEND_VAL                                                 'test'
          9        SEND_VAL                                                 '2y'
         10        DO_ICALL                                         $3      
         11        ASSIGN                                                   !0, $3
    7    12        INIT_FCALL                                               'var_dump'
         13        INIT_FCALL                                               'password_verify'
         14        SEND_VAL                                                 'test'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $5      
         17        SEND_VAR                                                 $5
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.6 ms | 1386 KiB | 19 Q