php-src/tests/run-test/test006.phpt
2015-07-05 20:18:17 +02: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.*