php-src/Zend/tests/errmsg_018.phpt
2007-02-02 12:53:54 +00:00

14 lines
217 B
PHP

--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