-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
implementing the same interface twice
--FILE--
<?php

interface foo {
}

class bar implements foo, foo {
}	

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Class bar cannot implement previously implemented interface foo in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee