We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Fix parsing single-quoted string arguments
4134d00
Fixes zordius/lightncandy#281 Fixes zordius/lightncandy#357 Fixes zordius/lightncandy#367
This is now fixed in the latest release of https://github.com/devtheorem/php-handlebars.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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: