diff options
Diffstat (limited to 'ext/dom/tests/DOMDocument_saveHTML_error2.phpt')
-rw-r--r-- | ext/dom/tests/DOMDocument_saveHTML_error2.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/dom/tests/DOMDocument_saveHTML_error2.phpt b/ext/dom/tests/DOMDocument_saveHTML_error2.phpt index 614605b34a..1f7c95c6ae 100644 --- a/ext/dom/tests/DOMDocument_saveHTML_error2.phpt +++ b/ext/dom/tests/DOMDocument_saveHTML_error2.phpt @@ -12,4 +12,7 @@ require_once dirname(__FILE__) .'/skipif.inc'; DOMDocument::saveHTML(true); ?> --EXPECTF-- -Fatal error: Non-static method DOMDocument::saveHTML() cannot be called statically in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Non-static method DOMDocument::saveHTML() cannot be called statically' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |