3v4l.org

run code in 300+ PHP versions simultaneously
<?php // User registration $pass = md5($pass . sha1($pass . time())); echo $pass;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/5IsIa
function name:  (null)
number of ops:  13
compiled vars:  !0 = $pass
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'md5'
          1        INIT_FCALL                                               'sha1'
          2        INIT_FCALL                                               'time'
          3        DO_ICALL                                         $1      
          4        CONCAT                                           ~2      !0, $1
          5        SEND_VAL                                                 ~2
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      !0, $3
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !0, $5
    4    11        ECHO                                                     !0
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.82 ms | 1394 KiB | 19 Q