3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.64 ms | 1394 KiB | 19 Q