3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.53 ms | 1386 KiB | 19 Q