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

1.1     ! misho       1: --TEST--
        !             2: Bug #30519 (Interface not existing says Class not found)
        !             3: --FILE--
        !             4: <?php
        !             5: class test implements a {
        !             6: }
        !             7: ?>
        !             8: --EXPECTF--
        !             9: Fatal error: Interface 'a' not found in %sbug30519.php on line 2
        !            10: 

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