3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$b = md5('password'); $c = password_hash("password", PASSWORD_BCRYPT); $la = crypt($c,'$2a$07$usesomesillystringforsalt$'); echo $la; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/BYmUd
function name:  (null)
number of ops:  12
compiled vars:  !0 = $c, !1 = $la
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'password'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    6     5        INIT_FCALL                                               'crypt'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 '%242a%2407%24usesomesillystringforsalt%24'
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !1, $4
    9    10        ECHO                                                     !1
   10    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.88 ms | 1394 KiB | 17 Q