php-src/tests/run-test/test006.phpt
Marcus Boerger 2b927548d3 -testing the tests
-moved tests/dirname.phpt to tests/run-test/test007.phpt because many
 tests use this to find their additional files.
-no more tests in tests directly only in subdirectories
2002-11-04 10:43:22 +00:00

10 lines
162 B
PHP

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