We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
require('../vendor/autoload.php'); use LightnCandy\LightnCandy; // The Template: $template = <<<VAREND {{{debug (debug 'foobar(moo).')}}} VAREND; $phpStr = LightnCandy::compile($template, array( 'flags' => LightnCandy::FLAG_HANDLEBARS | LightnCandy::FLAG_ERROR_EXCEPTION )); echo "Generated PHP Code:\n$phpStr\n";
The issue is very similar to #281 and #295. The error message is Error in 'echo (echo "foobar(moo).")': expect ')' but the token ended!!.
Error in 'echo (echo "foobar(moo).")': expect ')' but the token ended!!
The text was updated successfully, but these errors were encountered:
Fix for zordius#357 including test
3e338f2
Additional fix for zordius#357 to take stack into account
53c975a
No branches or pull requests
The PHP Code:
The Issue:
The issue is very similar to #281 and #295. The error message is
Error in 'echo (echo "foobar(moo).")': expect ')' but the token ended!!
.The text was updated successfully, but these errors were encountered: