xref: /PHP-7.4/tests/run-test/test006.phpt (revision a97f7644)
1--TEST--
2Error 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.*
10