3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.35 ms | 1393 KiB | 13 Q