3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(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/CXR7l
function name:  (null)
number of ops:  18
compiled vars:  !0 = $HQfBMgdHdi7OY1qrk94OpOM
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'password_hash'
          2        SEND_VAL                                                 'admin'
          3        SEND_VAL                                                 '2y'
          4        DO_ICALL                                         $1      
          5        SEND_VAR                                                 $1
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'password_verify'
          9        ROPE_INIT                                     3  ~4      '%242y%2410'
         10        ROPE_ADD                                      1  ~4      ~4, !0
         11        ROPE_END                                      2  ~3      ~4, '.Y4faT.76VD1O6ehf2TyRzwncV1ppG'
         12        SEND_VAL                                                 ~3
         13        SEND_VAL                                                 'admin'
         14        DO_ICALL                                         $6      
         15        SEND_VAR                                                 $6
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.39 ms | 1394 KiB | 19 Q