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

class test {
	static abstract function foo ();
}

echo "Done\n";
?>
--EXPECTF--
Fatal error: Static function test::foo() cannot be abstract in %s on line %d