On Mon, 20 Jan 2003 18:04:19 +0800, Jason Wong wrote:
> Assuming that xml_set_object() has been defined correctly then to get rid
> of that error/warning message simply use:
>
> xml_set_object( $this->parser, $this );
Thanks. That seems to work. Every example of using xml_set_object
demostra
On Monday 20 January 2003 16:43, kellan wrote:
> I have an RSS parser that uses PHP's expat XML functions. Recently PHP
> started complaining about "Call-time pass-by-reference has been
> deprecated" whenever I used the idiom:
>
> xml_set_object( $this->parser, &$this );
Assuming that xml_set_obj
2 matches
Mail list logo