1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00
Files
archived-php-src/Zend/tests/errmsg_018.phpt
Antony Dovgal 535e38a473 add new tests
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