3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = (array( date('Y'), date('m'), date('d'))); echo $t;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/S29Tr
function name:  (null)
number of ops:  15
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'Y'
          2        DO_ICALL                                         $1      
          3        INIT_ARRAY                                       ~2      $1
          4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'm'
          6        DO_ICALL                                         $3      
          7        ADD_ARRAY_ELEMENT                                ~2      $3
          8        INIT_FCALL                                               'date'
          9        SEND_VAL                                                 'd'
         10        DO_ICALL                                         $4      
         11        ADD_ARRAY_ELEMENT                                ~2      $4
         12        ASSIGN                                                   !0, ~2
    4    13        ECHO                                                     !0
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
193.39 ms | 1394 KiB | 15 Q