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/tV2Ng
function name:  (null)
number of ops:  18
compiled vars:  !0 = $hashed, !1 = $hash575, !2 = $z6KypvZOpkWeGx3s1NUJtOUvlByNgwGUpUXbV06kwcI7cuG70JmKK, !3 = $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                                         $4      
          4        ASSIGN                                                   !0, $4
    4     5        ECHO                                                     !0
    7     6        NOP                                                      
          7        FAST_CONCAT                                      ~6      '%242y%2410', !2
          8        ASSIGN                                                   !1, ~6
    8     9        INIT_FCALL                                               'password_verify'
         10        SEND_VAL                                                 'mypass'
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                         $8      
         13        ASSIGN                                                   !3, $8
   10    14        INIT_FCALL                                               'var_dump'
         15        SEND_VAR                                                 !3
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.4 ms | 1394 KiB | 19 Q