3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 'test'; $salt = '$2a$09$' . md5('1367423340') . '$'; var_dump(crypt($password, $salt));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5fqUd
function name:  (null)
number of ops:  15
compiled vars:  !0 = $password, !1 = $salt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'test'
    5     1        INIT_FCALL                                               'md5'
          2        SEND_VAL                                                 '1367423340'
          3        DO_ICALL                                         $3      
          4        CONCAT                                           ~4      '%242a%2409%24', $3
          5        CONCAT                                           ~5      ~4, '%24'
          6        ASSIGN                                                   !1, ~5
    6     7        INIT_FCALL                                               'var_dump'
          8        INIT_FCALL                                               'crypt'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $7      
         12        SEND_VAR                                                 $7
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.75 ms | 1398 KiB | 19 Q