3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test[0][0] = 0; $test[0][1] = 0; echo $test[0][0].'<br>'; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/r3VbG
function name:  (null)
number of ops:  11
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_W                                      $1      !0, 0
          1        ASSIGN_DIM                                               $1, 0
          2        OP_DATA                                                  0
    3     3        FETCH_DIM_W                                      $3      !0, 0
          4        ASSIGN_DIM                                               $3, 1
          5        OP_DATA                                                  0
    4     6        FETCH_DIM_R                                      ~5      !0, 0
          7        FETCH_DIM_R                                      ~6      ~5, 0
          8        CONCAT                                           ~7      ~6, '%3Cbr%3E'
          9        ECHO                                                     ~7
    5    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.24 ms | 1384 KiB | 13 Q