-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
errmsg: cannot redeclare (method)
--FILE--
<?php

class test {

	function foo() {}
	function foo() {}

}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot redeclare test::foo() in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee