summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/pcre.constants.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/pcre.constants.phpt')
-rw-r--r--ext/pcre/tests/pcre.constants.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/tests/pcre.constants.phpt b/ext/pcre/tests/pcre.constants.phpt
index 0b103308e1..ad012e7e69 100644
--- a/ext/pcre/tests/pcre.constants.phpt
+++ b/ext/pcre/tests/pcre.constants.phpt
@@ -1,13 +1,13 @@
--TEST--
-Test for pre-defined pcre constants
+Test for pre-defined pcre constants
--FILE--
<?php
-echo "PCRE constants test\n";
+echo "PCRE constants test\n";
echo "PREG_PATTERN_ORDER= ", PREG_PATTERN_ORDER, "\n";
echo "PREG_OFFSET_CAPTURE= ", PREG_OFFSET_CAPTURE, "\n";
-echo "PREG_SPLIT_NO_EMPTY= ", PREG_SPLIT_NO_EMPTY, "\n";
+echo "PREG_SPLIT_NO_EMPTY= ", PREG_SPLIT_NO_EMPTY, "\n";
echo "PREG_SPLIT_DELIM_CAPTURE= ", PREG_SPLIT_DELIM_CAPTURE, "\n";
echo "PREG_SPLIT_OFFSET_CAPTURE= ", PREG_SPLIT_OFFSET_CAPTURE, "\n";
echo "PREG_GREP_INVERT= ", PREG_GREP_INVERT, "\n";