summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_ereg_replace_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_ereg_replace_error.phpt')
-rw-r--r--ext/mbstring/tests/mb_ereg_replace_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_ereg_replace_error.phpt b/ext/mbstring/tests/mb_ereg_replace_error.phpt
index 9413936b2d..f1aa89f26a 100644
--- a/ext/mbstring/tests/mb_ereg_replace_error.phpt
+++ b/ext/mbstring/tests/mb_ereg_replace_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_ereg_replace() function : error conditions
+Test mb_ereg_replace() function : error conditions
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,9 +8,9 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab
--FILE--
<?php
/* Prototype : proto string mb_ereg_replace(string pattern, string replacement, string string [, string option])
- * Description: Replace regular expression for multibyte string
+ * Description: Replace regular expression for multibyte string
* Source code: ext/mbstring/php_mbregex.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mb_ereg_replace() : error conditions ***\n";