3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt21 = '123456789012345678901'; $pw = 'test'; echo "Hash with salt21: " . crypt($pw, '$2a$11$' . $salt21) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gbdRQ
function name:  (null)
number of ops:  11
compiled vars:  !0 = $salt21, !1 = $pw
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '123456789012345678901'
    4     1        ASSIGN                                                   !1, 'test'
    6     2        INIT_FCALL                                               'crypt'
          3        SEND_VAR                                                 !1
          4        CONCAT                                           ~4      '%242a%2411%24', !0
          5        SEND_VAL                                                 ~4
          6        DO_ICALL                                         $5      
          7        CONCAT                                           ~6      'Hash+with+salt21%3A+', $5
          8        CONCAT                                           ~7      ~6, '%0A'
          9        ECHO                                                     ~7
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.39 ms | 1398 KiB | 15 Q