summaryrefslogtreecommitdiff
path: root/tests/run-test/test008a.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test/test008a.phpt')
-rw-r--r--tests/run-test/test008a.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-test/test008a.phpt b/tests/run-test/test008a.phpt
index 7d7649adc0..15a87a87a6 100644
--- a/tests/run-test/test008a.phpt
+++ b/tests/run-test/test008a.phpt
@@ -10,7 +10,7 @@ if (!extension_loaded("Zend Opcache")) die("skip Zend Opcache is not loaded");
//
// 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'));