Skip to content

Tests for additional "standard property use cases" #18

@cpriest

Description

@cpriest
  1. $foo->bar[] = 1
  2. $foo->bar[123] = 4
  3. $foobar = &$foo->bar
  4. $foobar->baz = $x with $bar being object or empty or non-object value (proper error and no leaks – Stas)
  5. $foo->bar{$x} = “foo” (string offsets), also checks that non-string vars work fine
  6. $foo->bar = &bar->baz, etc. with modifying both sides and checking everything works (including modifying via accessors – Stas)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions