vrana           Fri Aug 17 16:27:35 2007 UTC

  Modified files:              
    /phpdoc/en/reference/dom/functions  dom-domdocument-load.xml 
  Log:
  Issues E_STRICT if called statically (bug #39057)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/dom/functions/dom-domdocument-load.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/dom/functions/dom-domdocument-load.xml
diff -u phpdoc/en/reference/dom/functions/dom-domdocument-load.xml:1.12 
phpdoc/en/reference/dom/functions/dom-domdocument-load.xml:1.13
--- phpdoc/en/reference/dom/functions/dom-domdocument-load.xml:1.12     Wed Jun 
20 22:24:21 2007
+++ phpdoc/en/reference/dom/functions/dom-domdocument-load.xml  Fri Aug 17 
16:27:35 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <refentry xml:id="function.dom-domdocument-load" 
xmlns="http://docbook.org/ns/docbook";>
  <refnamediv>
   <refname>DOMDocument->load()</refname>
@@ -39,7 +39,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &return.success; If called statically, returns a DOMDocument.
+   &return.success; If called statically, returns a DOMDocument but also
+   causes an E_STRICT warning.
   </para>
  </refsect1>
  <refsect1 role="examples">

Reply via email to