Moved warning to errors section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244793 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2007-10-25 09:41:36 +00:00
parent fb30f46239
commit ec5511c572
4 changed files with 38 additions and 26 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<refentry xml:id="function.dom-domdocument-load" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>DOMDocument->load()</refname>
@ -51,6 +51,15 @@
causes an E_STRICT warning.
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
If an empty string is passed as the <parameter>filename</parameter>
or an empty file is named, a warning will be generated. This warning
is not generated by libxml and cannot be handled using libxml's error
handling functions.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.dom-domdocument-loadhtml" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>DOMDocument->loadHTML()</refname>
@ -32,13 +32,6 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<warning>
<para>
If an empty string is passed as the <parameter>source</parameter>,
a warning will be generated. This warning is not generated by libxml
and cannot be handled using libxml's error handling functions.
</para>
</warning>
<para>
The HTML string.
</para>
@ -53,6 +46,14 @@
&return.success;
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
If an empty string is passed as the <parameter>source</parameter>,
a warning will be generated. This warning is not generated by libxml
and cannot be handled using libxml's error handling functions.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.dom-domdocument-loadhtmlfile" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>DOMDocument->loadHTMLFile()</refname>
@ -35,14 +35,6 @@
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<warning>
<para>
If an empty string is passed as the <parameter>filename</parameter>
or an empty file is named, a warning will be generated. This warning
is not generated by libxml and cannot be handled using libxml's error
handling functions.
</para>
</warning>
<para>
The path to the HTML file.
</para>
@ -57,6 +49,15 @@
&return.success;
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
If an empty string is passed as the <parameter>filename</parameter>
or an empty file is named, a warning will be generated. This warning
is not generated by libxml and cannot be handled using libxml's error
handling functions.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<refentry xml:id="function.dom-domdocument-loadxml" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>DOMDocument->loadXML()</refname>
@ -34,13 +34,6 @@
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<warning>
<para>
If an empty string is passed as the <parameter>source</parameter>,
a warning will be generated. This warning is not generated by libxml
and cannot be handled using libxml's error handling functions.
</para>
</warning>
<para>
The string containing the XML.
</para>
@ -55,6 +48,14 @@
&return.success; If called statically, returns a DOMDocument.
</para>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
If an empty string is passed as the <parameter>source</parameter>,
a warning will be generated. This warning is not generated by libxml
and cannot be handled using libxml's error handling functions.
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>