3v4l.org

run code in 300+ PHP versions simultaneously
<?php $passwort="oliander"; echo crypt($passwort, '$6$' . md5(uniqid(mt_rand(), true)) . '$');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XAjAQ
function name:  (null)
number of ops:  18
compiled vars:  !0 = $passwort
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'oliander'
    3     1        INIT_FCALL                                               'crypt'
          2        SEND_VAR                                                 !0
          3        INIT_FCALL                                               'md5'
          4        INIT_FCALL                                               'uniqid'
          5        INIT_FCALL                                               'mt_rand'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        SEND_VAL                                                 <true>
          9        DO_ICALL                                         $3      
         10        SEND_VAR                                                 $3
         11        DO_ICALL                                         $4      
         12        CONCAT                                           ~5      '%246%24', $4
         13        CONCAT                                           ~6      ~5, '%24'
         14        SEND_VAL                                                 ~6
         15        DO_ICALL                                         $7      
         16        ECHO                                                     $7
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.09 ms | 1399 KiB | 21 Q