PHP Fatal error: Can't use function return value in write context in E:\Inetpub\vhosts\afonsoft.com.br\files.afonsoft.com.br\system\Module\Manager.php on line 90
Note:
Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error. In other words, the following will not work: empty(trim($name)). Instead, use trim($name) == false.
PHP Fatal error: Can't use function return value in write context in E:\Inetpub\vhosts\afonsoft.com.br\files.afonsoft.com.br\system\Module\Manager.php on line 90
Note: Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error. In other words, the following will not work: empty(trim($name)). Instead, use trim($name) == false.