3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("C5_RUNTIME_HASH",md5(uniqid("",1))); $i = 500000; while ($i--) md5(uniqid("",1)); echo C5_RUNTIME_HASH;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 13
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 22, Position 2 = 13
Branch analysis from position: 22
Branch analysis from position: 13
filename:       /in/cIi3V
function name:  (null)
number of ops:  25
compiled vars:  !0 = $i
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                                               'uniqid'
          4        SEND_VAL                                                 ''
          5        SEND_VAL                                                 1
          6        DO_ICALL                                         $1      
          7        SEND_VAR                                                 $1
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
         10        DO_ICALL                                                 
    4    11        ASSIGN                                                   !0, 500000
    5    12      > JMP                                                      ->20
    6    13    >   INIT_FCALL                                               'md5'
         14        INIT_FCALL                                               'uniqid'
         15        SEND_VAL                                                 ''
         16        SEND_VAL                                                 1
         17        DO_ICALL                                         $5      
         18        SEND_VAR                                                 $5
         19        DO_ICALL                                                 
    5    20    >   POST_DEC                                         ~7      !0
         21      > JMPNZ                                                    ~7, ->13
    8    22    >   FETCH_CONSTANT                                   ~8      'C5_RUNTIME_HASH'
         23        ECHO                                                     ~8
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.59 ms | 1395 KiB | 19 Q