nlopess Thu Jun 10 11:47:18 2004 EDT
Modified files:
/phpdoc/en/reference/xml/functions xml-parser-get-option.xml
Log:
fix #28580
http://cvs.php.net/diff.php/phpdoc/en/reference/xml/functions/xml-parser-get-option.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xml/functions/xml-parser-get-option.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.4
phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.4 Mon Mar 29
09:35:03 2004
+++ phpdoc/en/reference/xml/functions/xml-parser-get-option.xml Thu Jun 10 11:47:18
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
<refentry id="function.xml-parser-get-option">
<refnamediv>
@@ -36,7 +36,8 @@
</para>
<para>
This function returns &false; if <parameter>parser</parameter> does
- not refer to a valid parser, or if the option could not be set.
+ not refer to a valid parser or if <parameter>option</parameter> isn't
+ valid (generates also a <constant>E_WARNING</constant>).
Else the option's value is returned.
</para>
<para>