summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_substitute_character_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_substitute_character_error.phpt')
-rw-r--r--ext/mbstring/tests/mb_substitute_character_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_substitute_character_error.phpt b/ext/mbstring/tests/mb_substitute_character_error.phpt
index 2a816b8b2f..4fe13683ea 100644
--- a/ext/mbstring/tests/mb_substitute_character_error.phpt
+++ b/ext/mbstring/tests/mb_substitute_character_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_substitute_character() function : error conditions
+Test mb_substitute_character() function : error conditions
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,9 +8,9 @@ function_exists('mb_substitute_character') or die("skip mb_substitute_character(
--FILE--
<?php
/* Prototype : mixed mb_substitute_character([mixed substchar])
- * Description: Sets the current substitute_character or returns the current substitute_character
+ * Description: Sets the current substitute_character or returns the current substitute_character
* Source code: ext/mbstring/mbstring.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mb_substitute_character() : error conditions ***\n";