3v4l.org

run code in 300+ PHP versions simultaneously
<?php $cost = 12; echo password_hash('miauw woef boe schrik', PASSWORD_BCRYPT, array('cost' => $cost /* 12 */));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7VjTW
function name:  (null)
number of ops:  9
compiled vars:  !0 = $cost
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 12
    5     1        INIT_FCALL                                               'password_hash'
          2        SEND_VAL                                                 'miauw+woef+boe+schrik'
          3        SEND_VAL                                                 '2y'
          4        INIT_ARRAY                                       ~2      !0, 'cost'
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                         $3      
          7        ECHO                                                     $3
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.67 ms | 1393 KiB | 15 Q