3v4l.org

run code in 300+ PHP versions simultaneously
<?php $code = rand().uniqid(time(),true); echo $code; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ISfPQ
function name:  (null)
number of ops:  12
compiled vars:  !0 = $code
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       '%C2%A0rand'
          1        DO_FCALL                                      0  $1      
          2        INIT_FCALL                                               'uniqid'
          3        INIT_FCALL                                               'time'
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $3      
          8        CONCAT                                           ~4      $1, $3
          9        ASSIGN                                                   !0, ~4
    3    10        ECHO                                                     !0
    4    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
141.6 ms | 1398 KiB | 17 Q