Return to errmsg_033.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests |
1.1 misho 1: --TEST-- 2: errmsg: __destruct() cannot be static 3: --FILE-- 4: <?php 5: 6: class test { 7: 8: static function __destruct() { 9: } 10: } 11: 12: echo "Done\n"; 13: ?> 14: --EXPECTF-- 15: Fatal error: Destructor test::__destruct() cannot be static in %s on line %d