HEREDOC syntax fixed!

Many users in the past mentioned that the HEREDOC syntax was not working in VS.Php. Well, the good news is as this behavior has been fixed in build 1.0.9.1486

Users are encouraged to upgrade their version of VS.Php in order to take advantage of this fix.

Comments

    Re: HEREDOC syntax fixed!

    It still tries to parse the text between the opening statement and the closing statement for the syntax. And, as such, the parser complains about "Expected closing curly brace" for the first line of the heredoc syntax.

    The parser should encounter the syntax and enter string mode, as if the <<

    Re: HEREDOC syntax fixed!

    Check build 1.0.9.1536.

    some improvements have been made in HEREDOC.