php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #11362 An error in the code
Submitted: 2001-06-08 13:32 UTC Modified: 2001-06-08 14:03 UTC
From: gmeneghetti at infvic dot it Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.5 OS: Any
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gmeneghetti at infvic dot it
New email:
PHP Version: OS:

 

 [2001-06-08 13:32 UTC] gmeneghetti at infvic dot it
In http://www.php.net/manual/en/function.xml-parse-into-struct.php 
   in Example 2. parsemoldb.php
Line 
   xml_parse_into_struct($parser,$data,$values,$tags);
has an error. Args have to be "&$values,&$tags".

Bye
Giovanni Meneghetti

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-08 14:03 UTC] sniper@php.net
No, this is not needed anymore.
The passing of arguments as reference is done anyway.

Please read the manual page "References explained"

--Jani

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 02:00:02 2026 UTC