Annotation of embedaddon/php/tests/run-test/test006.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Error messages are shown
        !             3: --FILE--
        !             4: <?php
        !             5: // If this test fails ask the developers of run-test.php
        !             6: $error = 1 / 0;
        !             7: ?>
        !             8: --EXPECTREGEX--
        !             9: .*Division by zero.*

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