3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrey1 = array ("uno", "due", "tre", "quarto", array ("niku", "besnik")); echo $arrey1 [4][1]; $array2 = array ( "emer" => "emeri", "mb" => "mbiemri"); echo $array2 ["emer"."mb"];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kgNWq
function name:  (null)
number of ops:  8
compiled vars:  !0 = $arrey1, !1 = $array2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        FETCH_DIM_R                                      ~3      !0, 4
          2        FETCH_DIM_R                                      ~4      ~3, 1
          3        ECHO                                                     ~4
    5     4        ASSIGN                                                   !1, <array>
    6     5        FETCH_DIM_R                                      ~6      !1, 'emermb'
          6        ECHO                                                     ~6
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.73 ms | 1392 KiB | 13 Q