3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo md5(date("d-m-Y H:i:s", time()).rand()); echo rand();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j3OTm
function name:  (null)
number of ops:  17
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'md5'
          1        INIT_FCALL                                               'date'
          2        SEND_VAL                                                 'd-m-Y+H%3Ai%3As'
          3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                         $1      
          7        INIT_FCALL                                               'rand'
          8        DO_ICALL                                         $2      
          9        CONCAT                                           ~3      $1, $2
         10        SEND_VAL                                                 ~3
         11        DO_ICALL                                         $4      
         12        ECHO                                                     $4
    4    13        INIT_FCALL                                               'rand'
         14        DO_ICALL                                         $5      
         15        ECHO                                                     $5
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.97 ms | 1394 KiB | 21 Q