From f403566f96c7819cb95177c6fcfb8e2480eb0f51 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Fri, 29 Dec 2006 00:57:01 +0000 Subject: [PATCH] Fix #39057: Loose the static call git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225983 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../dom/functions/dom-domdocument-load.xml | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/reference/dom/functions/dom-domdocument-load.xml b/reference/dom/functions/dom-domdocument-load.xml index 7559f50940..65cb2c34ce 100644 --- a/reference/dom/functions/dom-domdocument-load.xml +++ b/reference/dom/functions/dom-domdocument-load.xml @@ -1,5 +1,5 @@ - + DOMDocument->load() @@ -20,12 +20,6 @@ Loads an XML document from a file. - - This method may also be called statically to load and create a - DOMDocument object. The static invocation may be - used when no DOMDocument properties need to be set - prior to loading. - &reftitle.parameters; @@ -60,19 +54,6 @@ $doc = new DOMDocument(); $doc->load('book.xml'); echo $doc->saveXML(); ?> -]]> - - - - - - Static invocation of <literal>load</literal> - -saveXML(); -?> ]]>