3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo password_hash('this is a test', PASSWORD_DEFAULT, array('salt' => 'thisisatestthisis test')); echo "\n"; echo password_hash('this is a test', PASSWORD_DEFAULT, array('salt' => 'thisisatestthisis test'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZOJNJ
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 'this+is+a+test'
          2        SEND_VAL                                                 '2y'
          3        SEND_VAL                                                 <array>
          4        DO_ICALL                                         $0      
          5        ECHO                                                     $0
    3     6        ECHO                                                     '%0A'
    4     7        INIT_FCALL                                               'password_hash'
          8        SEND_VAL                                                 'this+is+a+test'
          9        SEND_VAL                                                 '2y'
         10        SEND_VAL                                                 <array>
         11        DO_ICALL                                         $1      
         12        ECHO                                                     $1
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.77 ms | 1394 KiB | 15 Q