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["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/jUoDV
function name:  (null)
number of ops:  8
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, 'Students+Name'
          3        ECHO                                                     ~2
   11     4        FETCH_DIM_R                                      ~3      !0, 1
          5        FETCH_DIM_R                                      ~4      ~3, 'Roll+No.'
          6        ECHO                                                     ~4
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.36 ms | 1384 KiB | 13 Q