3v4l.org

run code in 300+ PHP versions simultaneously
<?php $hashed =password_hash('mypass', PASSWORD_BCRYPT); echo $hashed ; $hash575 = '$2y$10$z6KypvZOpkWeGx3s1NUJtOUvlByNgwGUpUXbV06kwcI7cuG70JmKK'; $verified575 = password_verify('mypass', $hash575); var_dump($verified575);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/amOc6
function name:  (null)
number of ops:  16
compiled vars:  !0 = $hashed, !1 = $hash575, !2 = $verified575
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'mypass'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    4     5        ECHO                                                     !0
    7     6        ASSIGN                                                   !1, '%242y%2410%24z6KypvZOpkWeGx3s1NUJtOUvlByNgwGUpUXbV06kwcI7cuG70JmKK'
    8     7        INIT_FCALL                                               'password_verify'
          8        SEND_VAL                                                 'mypass'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !2, $6
   10    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                                 
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.43 ms | 1394 KiB | 19 Q