php-src/Zend/tests/errmsg_018.phpt

14 lines
216 B
Plaintext
Raw Normal View History

2007-02-02 12:53:54 +00:00
--TEST--
errmsg: static abstract function
--FILE--
<?php
class test {
static abstract function foo ();
}
echo "Done\n";
?>
--EXPECTF--
2007-02-02 12:53:54 +00:00
Fatal error: Static function test::foo() cannot be abstract in %s on line %d