3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students = array ( array("Students Name" =>"Akash", "Roll No." =>01, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Dinesh", "Roll No." =>02, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Satish", "Roll No." =>03, "Subject" =>"c++","Gender" =>"male"), array("Students Name" =>"Alok", "Roll No." =>04, "Subject" =>"c++","Gender" =>"male"), ); echo '<pre>'; //print_r($students); echo $students[0][1][2][3]["Students Name"]; echo $students[1]["Roll No."];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/o9Pig
function name:  (null)
number of ops:  12
compiled vars:  !0 = $students
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    8     1        ECHO                                                     '%3Cpre%3E'
   10     2        FETCH_DIM_R                                      ~2      !0, 0
          3        FETCH_DIM_R                                      ~3      ~2, 1
          4        FETCH_DIM_R                                      ~4      ~3, 2
          5        FETCH_DIM_R                                      ~5      ~4, 3
          6        FETCH_DIM_R                                      ~6      ~5, 'Students+Name'
          7        ECHO                                                     ~6
   11     8        FETCH_DIM_R                                      ~7      !0, 1
          9        FETCH_DIM_R                                      ~8      ~7, 'Roll+No.'
         10        ECHO                                                     ~8
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.79 ms | 1392 KiB | 13 Q