3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( password_hash('password', 2), password_hash('password', PASSWORD_ARGON2I), password_hash('password', PASSWORD_ARGON2) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6nlom
function name:  (null)
number of ops:  20
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        INIT_FCALL                                               'password_hash'
          2        SEND_VAL                                                 'password'
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
    5     6        INIT_FCALL                                               'password_hash'
          7        SEND_VAL                                                 'password'
          8        FETCH_CONSTANT                                   ~1      'PASSWORD_ARGON2I'
          9        SEND_VAL                                                 ~1
         10        DO_ICALL                                         $2      
         11        SEND_VAR                                                 $2
    6    12        INIT_FCALL                                               'password_hash'
         13        SEND_VAL                                                 'password'
         14        FETCH_CONSTANT                                   ~3      'PASSWORD_ARGON2'
         15        SEND_VAL                                                 ~3
         16        DO_ICALL                                         $4      
         17        SEND_VAR                                                 $4
         18        DO_ICALL                                                 
    7    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.62 ms | 1395 KiB | 17 Q