3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user = ['admin', (string)time()]; $a=&$user; echo serialize($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cCBka
function name:  (null)
number of ops:  12
compiled vars:  !0 = $user, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~2      'admin'
          1        INIT_FCALL                                               'time'
          2        DO_ICALL                                         $3      
          3        CAST                                          6  ~4      $3
          4        ADD_ARRAY_ELEMENT                                ~2      ~4
          5        ASSIGN                                                   !0, ~2
    4     6        ASSIGN_REF                                               !1, !0
    5     7        INIT_FCALL                                               'serialize'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $7      
         10        ECHO                                                     $7
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
303.9 ms | 1394 KiB | 18 Q