-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
implementing a class
--FILE--
<?php

class foo {
}

interface bar extends foo {
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: bar cannot implement foo - it is not an interface in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee