3v4l.org

run code in 300+ PHP versions simultaneously
<?php $passw = str_pad('x', 70); var_dump(password_hash($passw, PASSWORD_DEFAULT)); $passw = str_pad('x', 80); var_dump(password_hash($passw, PASSWORD_DEFAULT)); $passw = str_pad('x', 90); var_dump(password_hash($passw, PASSWORD_DEFAULT));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1vaDd
function name:  (null)
number of ops:  37
compiled vars:  !0 = $passw
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'str_pad'
          1        SEND_VAL                                                 'x'
          2        SEND_VAL                                                 70
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'password_hash'
          7        SEND_VAR                                                 !0
          8        SEND_VAL                                                 '2y'
          9        DO_ICALL                                         $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                                 
    5    12        INIT_FCALL                                               'str_pad'
         13        SEND_VAL                                                 'x'
         14        SEND_VAL                                                 80
         15        DO_ICALL                                         $5      
         16        ASSIGN                                                   !0, $5
    6    17        INIT_FCALL                                               'var_dump'
         18        INIT_FCALL                                               'password_hash'
         19        SEND_VAR                                                 !0
         20        SEND_VAL                                                 '2y'
         21        DO_ICALL                                         $7      
         22        SEND_VAR                                                 $7
         23        DO_ICALL                                                 
    7    24        INIT_FCALL                                               'str_pad'
         25        SEND_VAL                                                 'x'
         26        SEND_VAL                                                 90
         27        DO_ICALL                                         $9      
         28        ASSIGN                                                   !0, $9
    8    29        INIT_FCALL                                               'var_dump'
         30        INIT_FCALL                                               'password_hash'
         31        SEND_VAR                                                 !0
         32        SEND_VAL                                                 '2y'
         33        DO_ICALL                                         $11     
         34        SEND_VAR                                                 $11
         35        DO_ICALL                                                 
         36      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.07 ms | 1396 KiB | 19 Q