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 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 = 27
Branch analysis from position: 11
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 25
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 25
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
Branch analysis from position: 27
filename:       /in/rATvg
function name:  (null)
number of ops:  28
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, ->27
    9    11    >   ECHO                                                     '%3Ctable%3E'
   10    12      > FE_RESET_R                                       $8      !0, ->25
         13    > > FE_FETCH_R                                               $8, !1, ->25
   13    14    >   ECHO                                                     '%3Ctr%3E'
   14    15        ECHO                                                     '++%3Ctd%3E'
         16        FETCH_DIM_R                                      ~9      !1, 0
         17        ECHO                                                     ~9
         18        ECHO                                                     '%3C%2Ftd%3E'
   15    19        ECHO                                                     '++%3Ctd%3E'
         20        FETCH_DIM_R                                      ~10     !1, 1
         21        ECHO                                                     ~10
         22        ECHO                                                     '%3C%2Ftd%3E'
   16    23        ECHO                                                     '%3C%2Ftr%3E'
   10    24      > JMP                                                      ->13
         25    >   FE_FREE                                                  $8
   18    26        ECHO                                                     '%3C%2Ftable%3E'
   21    27    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.05 ms | 1396 KiB | 15 Q