3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.9 ms | 1394 KiB | 19 Q