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

Parser issue with nested if/else blocks. #22

Open
gleamingthecube opened this issue Jul 27, 2015 · 0 comments
Open

Parser issue with nested if/else blocks. #22

gleamingthecube opened this issue Jul 27, 2015 · 0 comments

Comments

@gleamingthecube
Copy link

test file:

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

if (true) echo 1;
?>

got:

Found echo:"echo", expected [;]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants