I get the error in the subject. Also I spent ages on google and found dozens of resources having the same error, but still I can't figure out what the issue is. This is my code:
<?php
if(empty(trim($_POST["user"])) || empty(trim($_POST["text"]))) {
echo "no luck";
}
?>
PHP Fatal error: Can't use function return value in write context in /var/www/test.php on on line 2