If i try do something like this:
$title = $this->fullSearchForm->get('title')->getValue();
if(!empty($title)) {
echo "ok";
}
evrything is ok.
But i below case
if(!empty($this->fullSearchForm->get('title')->getValue())) {
echo "OK";
}
I get error
Can't use method return value in write context in
My php is from debian stable Whezzy PHP 5.4.4-14+deb7u8 (cli) (built: Feb 17 2014 09:18:47) Thanks for answer