3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.36 ms | 1394 KiB | 19 Q