Annotation of embedaddon/php/Zend/tests/inter_05.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Trying to inherit a class in an interface
        !             3: --FILE--
        !             4: <?php
        !             5: 
        !             6: interface a extends Exception { }
        !             7: 
        !             8: ?>
        !             9: --EXPECTF--
        !            10: Fatal error: a cannot implement Exception - it is not an interface in %s on line %d

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>