3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.6 ms | 1394 KiB | 17 Q