ID: 37249 Updated by: [EMAIL PROTECTED] Reported By: michiel at leegwtr dot demon dot nl -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant -Assigned To: +Assigned To: ramsey New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Changed return type to "mixed" and added examples for calling load() and loadXML() statically. Previous Comments: ------------------------------------------------------------------------ [2006-05-01 07:28:56] michiel at leegwtr dot demon dot nl Still the documentation should also list that static usage. The current display of return type bool is inconsistent. ------------------------------------------------------------------------ [2006-04-30 10:38:23] [EMAIL PROTECTED] "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." ------------------------------------------------------------------------ [2006-04-30 08:26:45] michiel at leegwtr dot demon dot nl Description: ------------ The code listing in the webpage of php.net in the section DOMDocument::load() shows $doc=DOMDocument::load('blabla'); ..... which is inconsistent with the method description which states that a bool is returned, not an Object. It should state: $doc = new DOMDocument(); $doc->load('blabla'); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37249&edit=1