diff --git a/reference/dom/domdocument/loadhtmlfile.xml b/reference/dom/domdocument/loadhtmlfile.xml index eff73a3522..0ce828ca2e 100644 --- a/reference/dom/domdocument/loadhtmlfile.xml +++ b/reference/dom/domdocument/loadhtmlfile.xml @@ -1,5 +1,5 @@ - + DOMDocument::loadHTMLFile @@ -19,10 +19,12 @@ to be well-formed to load. - This function 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. + Though not recommended, this function 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. However, doing so will result an in + E_STRICT + error being generated.