-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/access_modifiers_007.phpt

--TEST--
abstract final methods errmsg
--FILE--
<?php

class test {
	final abstract function foo();
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot use the final modifier on an abstract class member in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee