summaryrefslogtreecommitdiff
path: root/ext/dom/tests/DOMDocument_saveHTMLFile_error2.phpt
blob: 33e07c641d8f5ef869cc83cd970433e589a83ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--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