php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61907 XML Error Codes constants should list integer value
Submitted: 2012-05-02 15:54 UTC Modified: 2017-01-28 12:05 UTC
From: gohanman at gmail dot com Assigned:
Status: Open Package: XML related
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gohanman at gmail dot com
New email:
PHP Version: OS:

 

 [2012-05-02 15:54 UTC] gohanman at gmail dot com
Description:
------------
I'm getting an error code of 9 from xml_get_error_code(). The documentation @ http://www.php.net/manual/en/xml.error-codes.php doesn't tell me what constant corresponds to 9.

Obviously I could just write:
if (xml_get_error_code($parser) == 9)

But for code readability and/or future proofing it would be nice to use the proper constant. The current documentation doesn't give me enough info to do that.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 12:05 UTC] cmb@php.net
-Package: Documentation problem +Package: XML related
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC