summaryrefslogtreecommitdiff
path: root/ext/pcre/tests/preg_match_basic_edit.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/tests/preg_match_basic_edit.phpt')
-rw-r--r--ext/pcre/tests/preg_match_basic_edit.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/tests/preg_match_basic_edit.phpt b/ext/pcre/tests/preg_match_basic_edit.phpt
index d08c474d61..d4339a8955 100644
--- a/ext/pcre/tests/preg_match_basic_edit.phpt
+++ b/ext/pcre/tests/preg_match_basic_edit.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test preg_match() function : basic functionality
+Test preg_match() function : basic functionality
--FILE--
<?php
/* Prototype : proto int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])
- * Description: Perform a Perl-style regular expression match
+ * Description: Perform a Perl-style regular expression match
* Source code: ext/pcre/php_pcre.c
* Alias to functions:
*/