3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.09 ms | 1386 KiB | 19 Q