summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_018.phpt
blob: b803499e503b14da28c5140a04e731e52bb52b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
errmsg: static abstract function
--FILE--
<?php

class test {
	static abstract function foo ();
}

echo "Done\n";
?>
--EXPECTF--

Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (test::foo) in %s on line %d