3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = password_hash("rasmuslerdorf", PASSWORD_DEFAULT)."\n"; echo $pass."\n"; var_dump(password_verify("rasmuslerdorf", $pass));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Wgeg8
function name:  (null)
number of ops:  16
compiled vars:  !0 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'rasmuslerdorf'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      $1, '%0A'
          5        ASSIGN                                                   !0, ~2
    5     6        CONCAT                                           ~4      !0, '%0A'
          7        ECHO                                                     ~4
    7     8        INIT_FCALL                                               'var_dump'
          9        INIT_FCALL                                               'password_verify'
         10        SEND_VAL                                                 'rasmuslerdorf'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.62 ms | 1394 KiB | 19 Q