3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('SALTING', 'MLm^%P6?wta2o,sp$NiS7XW#!&f@1+DKkxbyqVCGcFg8eJ-EhdOvQ9 Tn3Uz0ZYHB_jAuIr5Rl"4'); $plain = "start"; echo md5(crypt($plain, '$6$rounds=1000$'.SALTING.'$'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VuFue
function name:  (null)
number of ops:  17
compiled vars:  !0 = $plain
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'SALTING'
          2        SEND_VAL                                                 'MLm%5E%25P6%3Fwta2o%2Csp%24NiS7XW%23%21%26f%401%2BDKkxbyqVCGcFg8eJ-EhdOvQ9+Tn3Uz0ZYHB_jAuIr5Rl%224'
          3        DO_ICALL                                                 
    3     4        ASSIGN                                                   !0, 'start'
    4     5        INIT_FCALL                                               'md5'
          6        INIT_FCALL                                               'crypt'
          7        SEND_VAR                                                 !0
          8        FETCH_CONSTANT                                   ~3      'SALTING'
          9        CONCAT                                           ~4      '%246%24rounds%3D1000%24', ~3
         10        CONCAT                                           ~5      ~4, '%24'
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                         $6      
         13        SEND_VAR                                                 $6
         14        DO_ICALL                                         $7      
         15        ECHO                                                     $7
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.82 ms | 1394 KiB | 19 Q