mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
add three libxml constants that comes with 5.4.0 (doc #54037)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332498 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a6a15d767f
commit
795edfedf7
1 changed files with 50 additions and 0 deletions
|
@ -54,6 +54,40 @@
|
|||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-html-noimplied">
|
||||
<term>
|
||||
<constant>LIBXML_HTML_NOIMPLIED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Sets HTML_PARSE_NOIMPLIED flag, which turns off the
|
||||
automatic adding of implied html/body... elements.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
Only available in Libxml >= 2.7.7 (as of PHP >= 5.4.0)
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-html-nodefdtd">
|
||||
<term>
|
||||
<constant>LIBXML_HTML_NODEFDTD</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Sets HTML_PARSE_NODEFDTD flag, which prevents a default doctype
|
||||
being added when one is not found.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
Only available in Libxml >= 2.7.8 (as of PHP >= 5.4.0)
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-noblanks">
|
||||
<term>
|
||||
<constant>LIBXML_NOBLANKS</constant>
|
||||
|
@ -184,6 +218,22 @@
|
|||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-pedantic">
|
||||
<term>
|
||||
<constant>LIBXML_PEDANTIC</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Sets XML_PARSE_PEDANTIC flag, which enables pedentic error reporting.
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
Available as of PHP >= 5.4.0
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.libxml-xinclude">
|
||||
<term>
|
||||
<constant>LIBXML_XINCLUDE</constant>
|
||||
|
|
Loading…
Reference in a new issue