php-src/Zend/tests/errmsg_033.phpt
Steph Fox 6d8760677d - killed off UEXPECT
- altered EXPECT for parser errors. This may or may not be a Good Thing.
2008-05-26 14:33:44 +00:00

16 lines
222 B
PHP

--TEST--
errmsg: __destruct() cannot be static
--FILE--
<?php
class test {
static function __destruct() {
}
}
echo "Done\n";
?>
--EXPECTF--
Fatal error: Destructor test::__destruct() cannot be static in %s on line %d