3v4l.org

run code in 500+ PHP versions simultaneously
<?php error_reporting(0); echo "<br>"; $associativeArray = array( array(1, "Rahul", array('0621', '22465874')), array(2, "Ayushi", array('0261', '2265471')), array(3, "Ritik", array('2314', '4789556')) ); echo $associativeArray[0][2][0], "<br>"; echo $associativeArray[0][2][1]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c48jl
function name:  (null)
number of ops:  15
compiled vars:  !0 = $associativeArray
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'error_reporting'
          1        SEND_VAL                                                     0
          2        DO_ICALL                                                     
    6     3        ECHO                                                         '%3Cbr%3E'
    8     4        ASSIGN                                                       !0, <array>
   18     5        FETCH_DIM_R                                          ~3      !0, 0
          6        FETCH_DIM_R                                          ~4      ~3, 2
          7        FETCH_DIM_R                                          ~5      ~4, 0
          8        ECHO                                                         ~5
          9        ECHO                                                         '%3Cbr%3E'
   19    10        FETCH_DIM_R                                          ~6      !0, 0
         11        FETCH_DIM_R                                          ~7      ~6, 2
         12        FETCH_DIM_R                                          ~8      ~7, 1
         13        ECHO                                                         ~8
   20    14      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.92 ms | 2012 KiB | 14 Q