mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Issues E_STRICT with static call
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273159 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4a3ca93b2d
commit
b057f25813
4 changed files with 16 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xml:id="domdocument.load" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument::load</refname>
|
||||
|
@ -52,8 +52,9 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success; If called statically, returns a DOMDocument but also
|
||||
causes an E_STRICT warning.
|
||||
&return.success; If called statically, returns a
|
||||
<classname>DOMDocument</classname> and issues <constant>E_STRICT</constant>
|
||||
warning.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="errors">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="domdocument.loadhtml" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument::loadHTML</refname>
|
||||
|
@ -40,7 +40,9 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
&return.success; If called statically, returns a
|
||||
<classname>DOMDocument</classname> and issues <constant>E_STRICT</constant>
|
||||
warning.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="errors">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="domdocument.loadhtmlfile" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument::loadHTMLFile</refname>
|
||||
|
@ -43,7 +43,9 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success;
|
||||
&return.success; If called statically, returns a
|
||||
<classname>DOMDocument</classname> and issues <constant>E_STRICT</constant>
|
||||
warning.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="errors">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry xml:id="domdocument.loadxml" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>DOMDocument::loadXML</refname>
|
||||
|
@ -52,7 +52,9 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
&return.success; If called statically, returns a DOMDocument.
|
||||
&return.success; If called statically, returns a
|
||||
<classname>DOMDocument</classname> and issues <constant>E_STRICT</constant>
|
||||
warning.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="errors">
|
||||
|
|
Loading…
Reference in a new issue