1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
Files
archived-php-src/Zend/tests/inter_05.phpt
Felipe Pena 5790b80c53 - New tests
2008-05-12 17:55:21 +00:00

11 lines
201 B
PHP

--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