Patch simplexml-false-problem for SimpleXML related Bug #69596
Patch version 2015-05-07 22:46 UTC
Return to Bug #69596 |
Download this patch
Patch Revisions:
Developer: cmb@php.net
Index: en/reference/simplexml/functions/simplexml-import-dom.xml
===================================================================
--- en/reference/simplexml/functions/simplexml-import-dom.xml (revision 336732)
+++ en/reference/simplexml/functions/simplexml-import-dom.xml (working copy)
@@ -51,6 +51,7 @@
<para>
Returns a <type>SimpleXMLElement</type>&return.falseforfailure;.
</para>
+ &return.falseproblem;
</refsect1>
<refsect1 role="examples">
Index: en/reference/simplexml/functions/simplexml-load-file.xml
===================================================================
--- en/reference/simplexml/functions/simplexml-load-file.xml (revision 336732)
+++ en/reference/simplexml/functions/simplexml-load-file.xml (working copy)
@@ -92,6 +92,7 @@
Returns an <type>object</type> of class <type>SimpleXMLElement</type> with
properties containing the data held within the XML document,&return.falseforfailure;.
</para>
+ &return.falseproblem;
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
Index: en/reference/simplexml/functions/simplexml-load-string.xml
===================================================================
--- en/reference/simplexml/functions/simplexml-load-string.xml (revision 336732)
+++ en/reference/simplexml/functions/simplexml-load-string.xml (working copy)
@@ -82,6 +82,7 @@
Returns an <type>object</type> of class <type>SimpleXMLElement</type> with
properties containing the data held within the xml document,&return.falseforfailure;.
</para>
+ &return.falseproblem;
</refsect1>
<refsect1 role="errors"><!-- {{{ -->
|