/// <summary> /// Accesses the value as an array and ensures the item at given index as alias. /// </summary> public PhpAlias EnsureItemAlias(PhpValue index, bool quiet = false) => _type.EnsureItemAlias(ref this, index, quiet);
/// <summary> /// Accesses the value as an array and ensures the item at given index as alias. /// </summary> public PhpAlias EnsureItemAlias(IntStringKey key, bool quiet = false) => _type.EnsureItemAlias(ref this, key, quiet);