3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array( 'id' => 1, 'name' => 'Jacopo', 'male' => true, 'birthday' => new DateTime('1988-07-26'), 'hobbies' => array( 'Programming', 'TV Shows', 'Skiing' ) ); print_r($a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Gi467
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~1      1, 'id'
    4     1        ADD_ARRAY_ELEMENT                                ~1      'Jacopo', 'name'
    3     2        ADD_ARRAY_ELEMENT                                ~1      <true>, 'male'
    6     3        NEW                                              $2      'DateTime'
          4        SEND_VAL_EX                                              '1988-07-26'
          5        DO_FCALL                                      0          
          6        ADD_ARRAY_ELEMENT                                ~1      $2, 'birthday'
    3     7        ADD_ARRAY_ELEMENT                                ~1      <array>, 'hobbies'
    2     8        ASSIGN                                                   !0, ~1
   14     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.58 ms | 1394 KiB | 15 Q