php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch xml-parser-create-return-value.patch for *XML functions Bug #77610

Patch version 2019-02-13 01:21 UTC

Return to Bug #77610 | Download this patch
Patch Revisions:

Developer: bishop

Index: en/reference/xml/functions/xml-parser-create-ns.xml
===================================================================
--- en/reference/xml/functions/xml-parser-create-ns.xml	(revision 346821)
+++ en/reference/xml/functions/xml-parser-create-ns.xml	(working copy)
@@ -54,7 +54,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns a resource handle for the new XML parser.
+   Returns a resource handle for the new XML parser, or &false; if the parser
+   cannot be created.
   </para>
  </refsect1>
 
Index: en/reference/xml/functions/xml-parser-create.xml
===================================================================
--- en/reference/xml/functions/xml-parser-create.xml	(revision 346821)
+++ en/reference/xml/functions/xml-parser-create.xml	(working copy)
@@ -48,7 +48,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns a resource handle for the new XML parser.
+   Returns a resource handle for the new XML parser, or &false; if the parser
+   cannot be created.
   </para>
  </refsect1>
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 11:01:32 2024 UTC