php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37543 xml_set_character_data_handler documentation
Submitted: 2006-05-21 16:16 UTC Modified: 2007-08-17 21:21 UTC
From: mpalmer at usa dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2006-05-21 16:16 UTC] mpalmer at usa dot com
Description:
------------
XML documentation for xml_set_character_data_handler nowhere says when the event handler callback is invoked. I am left guessing.  Maybe I can look at the examples and run some tests, but, come on, guys, any decent event specification explains when or what triggers the event. Thanks.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-22 09:03 UTC] goba@php.net
Documentation problem.
 [2007-08-17 21:21 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

"Character data handler is called for every piece of a text in the XML document. It can be called multiple times inside each fragment (e.g. for non-ASCII strings)."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 02 22:00:02 2025 UTC