>  기사  >  백엔드 개발  >  PHP报错:Strict Standards: Only variables should be passed by reference in .

PHP报错:Strict Standards: Only variables should be passed by reference in .

WBOY
WBOY원래의
2016-06-13 13:01:44789검색

PHP报错:Strict Standards: Only variables should be passed by reference in ...

????? 在测试中,遇到PHP日志中报类似下面的错误信息:

????? Strict Standards: Only variables should be passed by reference in ...


????? 在Google上找到下面的web:

????? “Strict Standards: Only variables should be passed by reference” error

????? 其中,回答者shiplu.mokadd.im对解决方式给出了简洁的解释,其中提到:


The following things can be passed by reference:


- Variables, i.e. foo($a)
- New statements, i.e. foo(new foobar())
- [References returned from functions][2]


????? 更多的内容,参考http://www.php.net/manual/en/language.references.pass.php

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
이전 기사: qeephp跟CI的优缺点 다음 기사: THINKPHP如何学