3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.12 ms | 1395 KiB | 23 Q