3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.61 ms | 1394 KiB | 23 Q