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.

Parser issue with nested if/else blocks. #22

@gleamingthecube

Description

@gleamingthecube

test file:

<?php
if (true)
    if (true)
        echo 1;
    else
        echo 2;

if (true) echo 1;
?>

got:

Found echo:"echo", expected [;]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions