php-src/ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt

16 lines
379 B
Plaintext
Raw Normal View History

2009-07-02 00:01:20 +00:00
--TEST--
DOMDocument::saveHTMLFile() should fail if called statically
--CREDITS--
Knut Urdalen <knut@php.net>
#PHPTestFest2009 Norway 2009-06-09 \o/
--SKIPIF--
<?php
require_once dirname(__FILE__) .'/skipif.inc';
?>
--FILE--
<?php
DOMDocument::saveHTMLFile();
?>
--EXPECTF--
Fatal error: Non-static method DOMDocument::saveHTMLFile() cannot be called statically in %s on line %d