summaryrefslogtreecommitdiff
path: root/tests/run-test/test006.phpt
blob: 4dca66a4f717b7da1d1cca4423fa43752f8e4462 (plain)
1
2
3
4
5
6
7
8
9
--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.*