
| Path : /usr/src/php/tests/run-test/ |
| Current File : //usr/src/php/tests/run-test/test006.phpt |
--TEST-- Error messages are shown --FILE-- <?php // If this test fails ask the developers of run-test.php $error = 1 / 0; ?> --EXPECTREGEX-- .*Division by zero.*