You get a bonus - 1 coin for daily activity. Now you have 1 coin

PHP error: fatal error call-time pass-by-reference has been removed in On line ***

Practice




PHP error fatal error call-time pass-by-reference has been removed in On line ***

Look for a line ** in some file where you have a function call similar to this

$a = fucnction (&$b); // the ampersand here needs to be removed

or the creation of a new object like

$a = &new Object(); // the ampersand here needs to be removed

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)