3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("C5_RUNTIME_HASH",md5(mt_rand(1,100000)*microtime(1))); echo C5_RUNTIME_HASH;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hsY9D
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'C5_RUNTIME_HASH'
          2        INIT_FCALL                                               'md5'
          3        INIT_FCALL                                               'mt_rand'
          4        SEND_VAL                                                 1
          5        SEND_VAL                                                 100000
          6        DO_ICALL                                         $0      
          7        INIT_FCALL                                               'microtime'
          8        SEND_VAL                                                 1
          9        DO_ICALL                                         $1      
         10        MUL                                              ~2      $0, $1
         11        SEND_VAL                                                 ~2
         12        DO_ICALL                                         $3      
         13        SEND_VAR                                                 $3
         14        DO_ICALL                                                 
    4    15        FETCH_CONSTANT                                   ~5      'C5_RUNTIME_HASH'
         16        ECHO                                                     ~5
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.01 ms | 1386 KiB | 21 Q