【发布时间】:2015-01-31 15:44:34
【问题描述】:
我在代码中的第 430 行收到 Can't use function return value in write context 错误,但我不明白为什么会收到此错误..
奇怪的是,我只在服务器 (PHP 5.3) 上而不是在我的本地主机 (PHP 5.5.10) 上收到此错误
return Redirect::route('account-activate-user', (empty(Input::get('code'))) ? '{code}' : e(Input::get('code')))
->with('global', 'De activatie-code is niet geldig.');
有没有人能解决这个问题?
【问题讨论】: