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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Thu Jun 25 21:00:02 2026 UTC