diff options
Diffstat (limited to 'ext/mbstring/tests/mb_regex_encoding_variation2.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_regex_encoding_variation2.phpt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/mbstring/tests/mb_regex_encoding_variation2.phpt b/ext/mbstring/tests/mb_regex_encoding_variation2.phpt index aeece77694..2345b17adc 100644 --- a/ext/mbstring/tests/mb_regex_encoding_variation2.phpt +++ b/ext/mbstring/tests/mb_regex_encoding_variation2.phpt @@ -7,11 +7,6 @@ function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not ava ?> --FILE-- <?php -/* Prototype : string mb_regex_encoding([string $encoding]) - * Description: Returns the current encoding for regex as a string. - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test all listed encoding types from php.net to check all are known to function * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function. |