summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug43994.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug43994.phpt')
-rw-r--r--ext/mbstring/tests/bug43994.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/bug43994.phpt b/ext/mbstring/tests/bug43994.phpt
index b2fd867da9..e9a11d054e 100644
--- a/ext/mbstring/tests/bug43994.phpt
+++ b/ext/mbstring/tests/bug43994.phpt
@@ -8,12 +8,12 @@ function_exists('mb_ereg') or die("skip mb_ereg() is not available in this build
--FILE--
<?php
/* Prototype : int mb_ereg(string $pattern, string $string [, array $registers])
- * Description: Regular expression match for multibyte string
+ * Description: Regular expression match for multibyte string
* Source code: ext/mbstring/php_mbregex.c
*/
/*
- * mb_ereg 'successfully' matching incorrectly:
+ * mb_ereg 'successfully' matching incorrectly:
* Bug now seems to be fixed - error message is now generated when an 'empty'
* pattern is supplied to mb_ereg. Similar error message to ereg().
*/
@@ -38,7 +38,7 @@ foreach($inputs as $input) {
};
?>
---EXPECTF--
+--EXPECTF--
-- Iteration 1 --
Without $regs arg: