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 ) ) { echo '<table>'; foreach ( $auto[0] as $diam ) { // here you have access to $diam['top'] and $diam['bottom'] echo '<tr>'; echo ' <td>', $diam[0], '</td>'; echo ' <td>', $diam[1], '</td>'; echo '</tr>'; } echo '</table>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 28
Branch analysis from position: 11
2 jumps found. (Code = 77) Position 1 = 14, Position 2 = 26
Branch analysis from position: 14
2 jumps found. (Code = 78) Position 1 = 15, Position 2 = 26
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 26
Branch analysis from position: 28
filename:       /in/tnFld
function name:  (null)
number of ops:  29
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>
    5     4        INIT_FCALL                                               'print_r'
          5        FETCH_DIM_R                                      ~4      !0, 0
          6        FETCH_DIM_R                                      ~5      ~4, 0
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                                 
    7     9        ISSET_ISEMPTY_CV                                         !0
         10      > JMPZ                                                     ~7, ->28
    9    11    >   ECHO                                                     '%3Ctable%3E'
   10    12        FETCH_DIM_R                                      ~8      !0, 0
         13      > FE_RESET_R                                       $9      ~8, ->26
         14    > > FE_FETCH_R                                               $9, !1, ->26
   13    15    >   ECHO                                                     '%3Ctr%3E'
   14    16        ECHO                                                     '++%3Ctd%3E'
         17        FETCH_DIM_R                                      ~10     !1, 0
         18        ECHO                                                     ~10
         19        ECHO                                                     '%3C%2Ftd%3E'
   15    20        ECHO                                                     '++%3Ctd%3E'
         21        FETCH_DIM_R                                      ~11     !1, 1
         22        ECHO                                                     ~11
         23        ECHO                                                     '%3C%2Ftd%3E'
   16    24        ECHO                                                     '%3C%2Ftr%3E'
   10    25      > JMP                                                      ->14
         26    >   FE_FREE                                                  $9
   18    27        ECHO                                                     '%3C%2Ftable%3E'
   21    28    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.6 ms | 1400 KiB | 15 Q