Skip to content

Support nested property-access #16

Open
@sergeyklay

Description

@sergeyklay

From @steffengy on October 12, 2014 20:13

namespace Debug;
class ZephirDebug
{
    public arr;

    public static function test()
    {
        let this->arr = new ZephirDebug();
        let this->arr->arr = 1;
    }
}

results in

Zephir\ParseException: Syntax error in /media/rdata/projects/XXX/zephir_debug/debug/zephirdebug.zep on line 9

                let this->arr->arr = 1;
        ----------------------^

Which is probably not expected behavior?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Copied from original issue: zephir-lang/zephir#573

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions