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[0]); echo $c; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8qaGq
function name:  (null)
number of ops:  14
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        FETCH_DIM_R                                      ~8      !0, 0
         10        COUNT                                            ~9      ~8
         11        ASSIGN                                                   !1, ~9
    6    12        ECHO                                                     !1
    7    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.48 ms | 1393 KiB | 13 Q