mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
2b927548d3
-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
10 lines
162 B
PHP
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.*
|