-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
compatibility with PHP 5.2 #6
Comments
hm... don't like the eval() in there, have no php 5.2 here to test things at the moment, does it work like this?
btw: set does not have a return value:
|
No, syntax like this $staticClass::$property doesn't supported by php 5.2 http://stackoverflow.com/questions/592322/php-expects-t-paamayim-nekudotayim My solution has been found here http://at-byte.com/comment/2534 . |
thanks, will check it. |
the problem is still here! |
Sorry, this problem is in forked version https://github.com/Svyatov/twig-renderer |
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in ETwigViewRenderer.php on line 272
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in ETwigViewRenderer.php on line 277
working code:
The text was updated successfully, but these errors were encountered: