3v4l.org

run code in 300+ PHP versions simultaneously
<?php // A two-dimensional array: $cars = array ( array("Volvo",100,96), array("BMW",60,59), array("Toyota",110,100) ); echo $cars[0][0]."".$cars[1][0]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uYSGr
function name:  (null)
number of ops:  9
compiled vars:  !0 = $cars
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    9     1        FETCH_DIM_R                                      ~2      !0, 0
          2        FETCH_DIM_R                                      ~3      ~2, 0
          3        CONCAT                                           ~4      ~3, ''
          4        FETCH_DIM_R                                      ~5      !0, 1
          5        FETCH_DIM_R                                      ~6      ~5, 0
          6        CONCAT                                           ~7      ~4, ~6
          7        ECHO                                                     ~7
   10     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.14 ms | 1392 KiB | 13 Q