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