3v4l.org

run code in 300+ PHP versions simultaneously
<?php password_hash("admin", PASSWORD_DEFAULT); var_dump(password_verify("$2y$10$HQfBMgdHdi7OY1qrk94OpOM.Y4faT.76VD1O6ehf2TyRzwncV1ppG", "admin"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iXetO
function name:  (null)
number of ops:  15
compiled vars:  !0 = $HQfBMgdHdi7OY1qrk94OpOM
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'admin'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'var_dump'
          5        INIT_FCALL                                               'password_verify'
          6        ROPE_INIT                                     3  ~3      '%242y%2410'
          7        ROPE_ADD                                      1  ~3      ~3, !0
          8        ROPE_END                                      2  ~2      ~3, '.Y4faT.76VD1O6ehf2TyRzwncV1ppG'
          9        SEND_VAL                                                 ~2
         10        SEND_VAL                                                 'admin'
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
134.66 ms | 1398 KiB | 19 Q