3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( crypt('meow', '$2a$07$' . str_repeat('./', 22)), crypt('meow', '$2a$07$' . str_repeat('./', 22)), crypt('meow', '$2a$07$' . str_repeat('./', 22)) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/u4YHT
function name:  (null)
number of ops:  33
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
    4     1        INIT_FCALL                                               'crypt'
          2        SEND_VAL                                                 'meow'
          3        INIT_FCALL                                               'str_repeat'
          4        SEND_VAL                                                 '.%2F'
          5        SEND_VAL                                                 22
          6        DO_ICALL                                         $0      
          7        CONCAT                                           ~1      '%242a%2407%24', $0
          8        SEND_VAL                                                 ~1
          9        DO_ICALL                                         $2      
         10        SEND_VAR                                                 $2
    5    11        INIT_FCALL                                               'crypt'
         12        SEND_VAL                                                 'meow'
         13        INIT_FCALL                                               'str_repeat'
         14        SEND_VAL                                                 '.%2F'
         15        SEND_VAL                                                 22
         16        DO_ICALL                                         $3      
         17        CONCAT                                           ~4      '%242a%2407%24', $3
         18        SEND_VAL                                                 ~4
         19        DO_ICALL                                         $5      
         20        SEND_VAR                                                 $5
    6    21        INIT_FCALL                                               'crypt'
         22        SEND_VAL                                                 'meow'
         23        INIT_FCALL                                               'str_repeat'
         24        SEND_VAL                                                 '.%2F'
         25        SEND_VAL                                                 22
         26        DO_ICALL                                         $6      
         27        CONCAT                                           ~7      '%242a%2407%24', $6
         28        SEND_VAL                                                 ~7
         29        DO_ICALL                                         $8      
         30        SEND_VAR                                                 $8
         31        DO_ICALL                                                 
    7    32      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.15 ms | 1396 KiB | 19 Q