summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/bug76909.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/bug76909.phpt')
-rw-r--r--ext/pcre/tests/bug76909.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/tests/bug76909.phpt b/ext/pcre/tests/bug76909.phpt
index 5109bed3a7..b2f22381c5 100644
--- a/ext/pcre/tests/bug76909.phpt
+++ b/ext/pcre/tests/bug76909.phpt
@@ -3,7 +3,7 @@ Bug #76909 preg_match difference between 7.3 and < 7.3
--SKIPIF--
<?php
if(!ini_get("pcre.jit")) {
- echo "skip JIT is disabled";
+ echo "skip JIT is disabled";
}
?>
--FILE--