summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/tests/006.phpt')
-rw-r--r--sapi/cli/tests/006.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt
index f3443b7475..77a5667bda 100644
--- a/sapi/cli/tests/006.phpt
+++ b/sapi/cli/tests/006.phpt
@@ -4,10 +4,10 @@ show information about extension
<?php
include "skipif.inc";
if (!extension_loaded("session")) {
- die("skip session extension required");
+ die("skip session extension required");
}
if (PCRE_JIT_SUPPORT == false) {
- die ("skip not pcre jit support builtin");
+ die ("skip not pcre jit support builtin");
}
?>
--INI--