3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.92 ms | 1399 KiB | 17 Q