3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array[0][0] = "aaa"."<br>"; $array[0][0] = "ccc"; $array[0][3] = "rrr"; echo $array[0][0]; $array[1][1] = "bbb"."<br>"; $c = count($array[0]); echo $c; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sfXIq
function name:  (null)
number of ops:  20
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_W                                      $4      !0, 0
          4        ASSIGN_DIM                                               $4, 0
          5        OP_DATA                                                  'ccc'
    4     6        FETCH_DIM_W                                      $6      !0, 0
          7        ASSIGN_DIM                                               $6, 3
          8        OP_DATA                                                  'rrr'
    5     9        FETCH_DIM_R                                      ~8      !0, 0
         10        FETCH_DIM_R                                      ~9      ~8, 0
         11        ECHO                                                     ~9
    6    12        FETCH_DIM_W                                      $10     !0, 1
         13        ASSIGN_DIM                                               $10, 1
         14        OP_DATA                                                  'bbb%3Cbr%3E'
    7    15        FETCH_DIM_R                                      ~12     !0, 0
         16        COUNT                                            ~13     ~12
         17        ASSIGN                                                   !1, ~13
    8    18        ECHO                                                     !1
    9    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.21 ms | 1384 KiB | 13 Q