3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 64; $i < 80; ++$i) { echo "{$i}.\t".password_hash(str_repeat('a', $i), PASSWORD_DEFAULT, array('salt' => '$2y$04$usesomesillystringforsalt$'))."\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
Branch analysis from position: 2
filename:       /in/R5F4G
function name:  (null)
number of ops:  20
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 64
          1      > JMP                                                      ->17
    3     2    >   NOP                                                      
          3        FAST_CONCAT                                      ~2      !0, '.%09'
          4        INIT_FCALL                                               'password_hash'
          5        INIT_FCALL                                               'str_repeat'
          6        SEND_VAL                                                 'a'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        SEND_VAL                                                 '2y'
         11        SEND_VAL                                                 <array>
         12        DO_ICALL                                         $4      
         13        CONCAT                                           ~5      ~2, $4
         14        CONCAT                                           ~6      ~5, '%0A'
         15        ECHO                                                     ~6
    2    16        PRE_INC                                                  !0
         17    >   IS_SMALLER                                               !0, 80
         18      > JMPNZ                                                    ~8, ->2
    4    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.93 ms | 1395 KiB | 17 Q