-
Notifications
You must be signed in to change notification settings - Fork 715
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
in version 3.1.29 bug for PHP 7 #241
Comments
You are wrong as there is no variable class variable like $bar |
I don't understand how is it will be work in PHP 7 without a changes. I think for PHP 7 needs code ( added { , } ) |
Sorry, yes you have been absolutely right. |
i think it bug in PHP 7.
in dev-master
file sysplugins/smarty_internal_templatecompilerbase.php
line 735
return $this->smarty->registered_plugins[ Smarty::PLUGIN_COMPILER ][ $tag ][ 0 ][ 0 ]->$function[ 1 ]($args,
line 676
return $this->default_handler_plugins[ $plugin_type ][ $tag ][ 0 ][ 0 ]->$function[ 1 ]($new_args,
php.net/manual/en/migration70.incompatible.php
The text was updated successfully, but these errors were encountered: