3v4l.org

run code in 300+ PHP versions simultaneously
<?php declare(strict_types=1); $hashedPassword = password_hash('', PASSWORD_BCRYPT); $hashedPassword = password_hash($_POST['psasword'], PASSWORD_BCRYPT); echo $hashedPassword;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CXlU2
function name:  (null)
number of ops:  14
compiled vars:  !0 = $hashedPassword
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'password_hash'
          1        SEND_VAL                                                 ''
          2        SEND_VAL                                                 '2y'
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    5     5        INIT_FCALL                                               'password_hash'
          6        FETCH_R                      global              ~3      '_POST'
          7        FETCH_DIM_R                                      ~4      ~3, 'psasword'
          8        SEND_VAL                                                 ~4
          9        SEND_VAL                                                 '2y'
         10        DO_ICALL                                         $5      
         11        ASSIGN                                                   !0, $5
    6    12        ECHO                                                     !0
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.07 ms | 1394 KiB | 15 Q