Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

unary operators aren't being ordered correctly with regard to operator precedence #15

@stephens2424

Description

@stephens2424

We are currently parsing

echo (int)"0" || false;

As if it was

echo (int)("0" || false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions