-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
errmsg: function cannot be declared private
--FILE--
<?php

abstract class test {
	abstract private function foo() {
	}
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Abstract function test::foo() cannot be declared private in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee