Jump to content

Call-time pass-by-reference Problem


Powerz

Recommended Posts

Hello all :) I just got some errors in my script  :confused:

 

This is it:

Deprecated: Call-time pass-by-reference has been deprecated in cls_xml.php on line 61

 

Deprecated: Call-time pass-by-reference has been deprecated in cls_xml.php on line 164

 

Deprecated: Call-time pass-by-reference has been deprecated in cls_xml.php on line 316

 

This is my script lines

 

61 : xml_set_object($this->parser, &$this);

164: array_push($toreturn, &$this->ownerDocument->nodes[$i]);

316: $text=trim(&$this->ownerDocument->nodes[$j]->text);

 

What can be the problem for this error.What can cause it.  :shrug:

thank you in advance for your help  ;)

 

Link to comment
https://forums.phpfreaks.com/topic/257722-call-time-pass-by-reference-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.