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; } echo '</table>'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 20
Branch analysis from position: 11
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 18
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 18
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
Branch analysis from position: 20
filename:       /in/qCEJF
function name:  (null)
number of ops:  21
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, ->20
    9    11    > > FE_RESET_R                                       $8      !0, ->18
         12    > > FE_FETCH_R                                               $8, !1, ->18
   12    13    >   ECHO                                                     '%5B0%5D+%3D+'
         14        FETCH_DIM_R                                      ~9      !1, 0
         15        ECHO                                                     ~9
         16        ECHO                                                     '%0A'
    9    17      > JMP                                                      ->12
         18    >   FE_FREE                                                  $8
   14    19        ECHO                                                     '%3C%2Ftable%3E'
   17    20    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.09 ms | 1395 KiB | 15 Q