3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.66 ms | 1395 KiB | 17 Q