diff options
Diffstat (limited to 'tests/run-test/test008.phpt')
-rw-r--r-- | tests/run-test/test008.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-test/test008.phpt b/tests/run-test/test008.phpt index 7d95d8937b..46fd98a109 100644 --- a/tests/run-test/test008.phpt +++ b/tests/run-test/test008.phpt @@ -10,7 +10,7 @@ Error message handling (without ZendOpcache) // // We check the general ini settings which affect error handling // and than verify if a message is given by a division by zero. -// EXPECTF is used here since the error format may change but ut +// EXPECTF is used here since the error format may change but ut // should always contain 'Division by zero'. var_dump(ini_get('display_errors')); var_dump(ini_get('error_reporting')); |