Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/php5/php-5.6.6/Zend/tests/
Upload File :
Current File : //hdd/hdd21/main/php5/php-5.6.6/Zend/tests/inter_05.phpt

--TEST--
Trying to inherit a class in an interface
--FILE--
<?php

interface a extends Exception { }

?>
--EXPECTF--
Fatal error: a cannot implement Exception - it is not an interface in %s on line %d