Inspectopedia
 
2024.3

Pass parameter by reference

Error
New
Last modified: 03 December 2024

Reports the arguments in a function/method call that cannot be passed by reference.

Only variables and references returned from functions can be passed by reference. See Passing by Reference (php.net) for details.