3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.01 ms | 1395 KiB | 15 Q