diff options
Diffstat (limited to 'ext/mbstring/tests/bug43998.phpt')
-rw-r--r-- | ext/mbstring/tests/bug43998.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mbstring/tests/bug43998.phpt b/ext/mbstring/tests/bug43998.phpt index 3b7a82a358..d01095e702 100644 --- a/ext/mbstring/tests/bug43998.phpt +++ b/ext/mbstring/tests/bug43998.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strto[lower|upper](string $sourcestring [, string $encoding]) - * Description: Returns a [lower|upper]cased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Two error messages returned for incorrect encoding for mb_strto[upper|lower] * Bug now appears to be fixed |