Home > Backend Development > PHP Tutorial > PHP报错:Strict Standards: Only variables should be passed by reference in .

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:01:44
Original
848 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Questions about defining variables
From 1970-01-01 08:00:00
0
0
0
iOS Scope of variables declared via property? ?
From 1970-01-01 08:00:00
0
0
0
Can I use variables instead of closure functions?
From 1970-01-01 08:00:00
0
0
0
environment variables
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template