3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo password_hash("rasmuslerdorf", PASSWORD_BCRYPT)."\n"; echo password_verify("rasmuslerdorf",'$2y$10$zw/Goyta0wVR/B7iOwvvDOZEgmra7B3w9Prk8c5dQwsOqnKOuaTzu') ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/h5gsp
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'rasmuslerdorf'
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $0      
          4        CONCAT                                           ~1      $0, '%0A'
          5        ECHO                                                     ~1
    4     6        INIT_FCALL                                               'password_verify'
          7        SEND_VAL                                                 'rasmuslerdorf'
          8        SEND_VAL                                                 '%242y%2410%24zw%2FGoyta0wVR%2FB7iOwvvDOZEgmra7B3w9Prk8c5dQwsOqnKOuaTzu'
          9        DO_ICALL                                         $2      
         10        ECHO                                                     $2
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.53 ms | 1394 KiB | 17 Q