3v4l.org

run code in 300+ PHP versions simultaneously
<?php $auto[0] = array('36','HOLLAND'); $auto[1] = array('15','Aanvalluhhh!!!'); // print_r($auto[0][0]); if ( isset( $auto ) ) { foreach ( $auto as $diam ) { // here you have access to $diam['top'] and $diam['bottom'] echo '[0] = ', $diam[0], PHP_EOL; } } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 14
Branch analysis from position: 6
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 13
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 13
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
Branch analysis from position: 14
filename:       /in/NKBva
function name:  (null)
number of ops:  15
compiled vars:  !0 = $auto, !1 = $diam
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_DIM                                               !0, 0
          1        OP_DATA                                                  <array>
    4     2        ASSIGN_DIM                                               !0, 1
          3        OP_DATA                                                  <array>
    7     4        ISSET_ISEMPTY_CV                                         !0
          5      > JMPZ                                                     ~4, ->14
    9     6    > > FE_RESET_R                                       $5      !0, ->13
          7    > > FE_FETCH_R                                               $5, !1, ->13
   12     8    >   ECHO                                                     '%5B0%5D+%3D+'
          9        FETCH_DIM_R                                      ~6      !1, 0
         10        ECHO                                                     ~6
         11        ECHO                                                     '%0A'
    9    12      > JMP                                                      ->7
         13    >   FE_FREE                                                  $5
   16    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.57 ms | 1394 KiB | 13 Q