It is no longer necessary to add a reference & symbol in the parameter in the call function of PHP
Just add & when defining the parameters of the function
So try to change the code
For example, function test(&$a)
When calling test(“aaaa”) without adding ampersand