3v4l.org

run code in 300+ PHP versions simultaneously
<?php print password_hash($p, PASSWORD_BCRYPT, array('salt' => $s, 'cost' => 7));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Bat5g
function name:  (null)
number of ops:  9
compiled vars:  !0 = $p, !1 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAR                                                 !0
          2        SEND_VAL                                                 '2y'
          3        INIT_ARRAY                                       ~2      !1, 'salt'
          4        ADD_ARRAY_ELEMENT                                ~2      7, '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:
145.17 ms | 1398 KiB | 15 Q