diff options
Diffstat (limited to 'ext/mbstring/tests')
82 files changed, 2 insertions, 440 deletions
diff --git a/ext/mbstring/tests/bug43840.phpt b/ext/mbstring/tests/bug43840.phpt index e225804f8a..ceb58e2a24 100644 --- a/ext/mbstring/tests/bug43840.phpt +++ b/ext/mbstring/tests/bug43840.phpt @@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * mb_strpos bounds check is byte count rather than a character count: * The multibyte string should be returning the same results as the ASCII string. diff --git a/ext/mbstring/tests/bug43841.phpt b/ext/mbstring/tests/bug43841.phpt index 4297eeac00..3fadb2c164 100644 --- a/ext/mbstring/tests/bug43841.phpt +++ b/ext/mbstring/tests/bug43841.phpt @@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of last occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Test that mb_strrpos offset is byte count for negative values (should be character count) */ diff --git a/ext/mbstring/tests/bug43994.phpt b/ext/mbstring/tests/bug43994.phpt index 387a907c29..96c862e697 100644 --- a/ext/mbstring/tests/bug43994.phpt +++ b/ext/mbstring/tests/bug43994.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * mb_ereg 'successfully' matching incorrectly: * Bug now seems to be fixed - error message is now generated when an 'empty' 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 diff --git a/ext/mbstring/tests/mb_convert_encoding_array.phpt b/ext/mbstring/tests/mb_convert_encoding_array.phpt index bfce6115a8..b9965651da 100644 --- a/ext/mbstring/tests/mb_convert_encoding_array.phpt +++ b/ext/mbstring/tests/mb_convert_encoding_array.phpt @@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not ?> --FILE-- <?php -/* Prototype : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding]) - * Description: Returns converted string in desired encoding - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_convert_encoding() */ diff --git a/ext/mbstring/tests/mb_convert_encoding_array2.phpt b/ext/mbstring/tests/mb_convert_encoding_array2.phpt index ac9be2dd12..99b533295e 100644 --- a/ext/mbstring/tests/mb_convert_encoding_array2.phpt +++ b/ext/mbstring/tests/mb_convert_encoding_array2.phpt @@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not ?> --FILE-- <?php -/* Prototype : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding]) - * Description: Returns converted string in desired encoding - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_convert_encoding() */ diff --git a/ext/mbstring/tests/mb_convert_encoding_basic.phpt b/ext/mbstring/tests/mb_convert_encoding_basic.phpt index 3168126000..f45433e693 100644 --- a/ext/mbstring/tests/mb_convert_encoding_basic.phpt +++ b/ext/mbstring/tests/mb_convert_encoding_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_convert_encoding') or die("skip mb_convert_encoding() is not ?> --FILE-- <?php -/* Prototype : string mb_convert_encoding(string $str, string $to_encoding [, mixed $from_encoding]) - * Description: Returns converted string in desired encoding - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_convert_encoding() */ diff --git a/ext/mbstring/tests/mb_decode_mimeheader_basic.phpt b/ext/mbstring/tests/mb_decode_mimeheader_basic.phpt index fb5cdefc78..b36d64b3b9 100644 --- a/ext/mbstring/tests/mb_decode_mimeheader_basic.phpt +++ b/ext/mbstring/tests/mb_decode_mimeheader_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_decode_mimeheader(string string) - * Description: Decodes the MIME "encoded-word" in the string - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_decode_mimeheader() : basic functionality ***\n"; mb_internal_encoding('utf-8'); diff --git a/ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt b/ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt index b7518b2150..532ec699d6 100644 --- a/ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt +++ b/ext/mbstring/tests/mb_decode_mimeheader_variation2.phpt @@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_decode_mimeheader(string string) - * Description: Decodes the MIME "encoded-word" in the string - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_decode_mimeheader() : variation ***\n"; mb_internal_encoding('utf-8'); diff --git a/ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt b/ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt index 8836463a39..918267e942 100644 --- a/ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt +++ b/ext/mbstring/tests/mb_decode_mimeheader_variation3.phpt @@ -7,12 +7,6 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_decode_mimeheader(string string) - * Description: Decodes the MIME "encoded-word" in the string - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_decode_mimeheader() : variation ***\n"; mb_internal_encoding('iso-8859-7'); diff --git a/ext/mbstring/tests/mb_encode_mimeheader_basic.phpt b/ext/mbstring/tests/mb_encode_mimeheader_basic.phpt index 205aeafcbe..45f6bb8df0 100644 --- a/ext/mbstring/tests/mb_encode_mimeheader_basic.phpt +++ b/ext/mbstring/tests/mb_encode_mimeheader_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_encode_mimeheader - * (string $str [, string $charset [, string $transfer-encoding [, string $linefeed [, int $indent]]]]) - * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_encode_mimeheader with different strings. * For the below strings: diff --git a/ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt b/ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt index f108938e8b..eabb7f0a40 100644 --- a/ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt +++ b/ext/mbstring/tests/mb_encode_mimeheader_basic2.phpt @@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_encode_mimeheader(string $str [, string $charset - * [, string $transfer-encoding [, string $linefeed [, int $indent]]]]) - * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= - * Source code: ext/mbstring/mbstring.c - */ - /* * Test mb_encode_header() with different strings */ diff --git a/ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt b/ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt index 7235255754..655a5b059c 100644 --- a/ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt +++ b/ext/mbstring/tests/mb_encode_mimeheader_basic3.phpt @@ -7,12 +7,6 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_encode_mimeheader(string $str [, string $charset - * [, string $transfer-encoding [, string $linefeed [, int $indent]]]]) - * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= - * Source code: ext/mbstring/mbstring.c - */ - /* * Test mb_encode_header() with different strings */ diff --git a/ext/mbstring/tests/mb_encode_mimeheader_indent.phpt b/ext/mbstring/tests/mb_encode_mimeheader_indent.phpt index fb548d88cb..d361efc354 100644 --- a/ext/mbstring/tests/mb_encode_mimeheader_indent.phpt +++ b/ext/mbstring/tests/mb_encode_mimeheader_indent.phpt @@ -7,8 +7,7 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_encode_mimeheader - * (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]]) +/* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]]) * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= * Source code: ext/mbstring/mbstring.c */ diff --git a/ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt b/ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt index 51dd85956c..b86119bcaa 100644 --- a/ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt +++ b/ext/mbstring/tests/mb_encode_mimeheader_variation6.phpt @@ -7,8 +7,7 @@ function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is n ?> --FILE-- <?php -/* Prototype : string mb_encode_mimeheader - * (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]]) +/* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]]]]) * Description: Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?= * Source code: ext/mbstring/mbstring.c */ diff --git a/ext/mbstring/tests/mb_ereg_basic.phpt b/ext/mbstring/tests/mb_ereg_basic.phpt index ef5bc11120..9ec2ff754d 100644 --- a/ext/mbstring/tests/mb_ereg_basic.phpt +++ b/ext/mbstring/tests/mb_ereg_basic.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test basic functionality of mb_ereg */ diff --git a/ext/mbstring/tests/mb_ereg_match_basic.phpt b/ext/mbstring/tests/mb_ereg_match_basic.phpt index 59ff022dc2..2a294f3e1a 100644 --- a/ext/mbstring/tests/mb_ereg_match_basic.phpt +++ b/ext/mbstring/tests/mb_ereg_match_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_ereg_match') or die("skip mb_ereg_match() is not available i ?> --FILE-- <?php -/* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option]) - * Description: Regular expression match for multibyte string - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test basic functionality of mb_ereg_match */ diff --git a/ext/mbstring/tests/mb_ereg_replace_basic.phpt b/ext/mbstring/tests/mb_ereg_replace_basic.phpt index 3627468371..ae148e2bed 100644 --- a/ext/mbstring/tests/mb_ereg_replace_basic.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_ereg_replace') or die("skip mb_ereg_replace() is not availab ?> --FILE-- <?php -/* Prototype : string mb_ereg_replace(string $pattern, string $replacement, - * string $string [, string o$ption]) - * Description: Replace regular expression for multibyte string - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test Basic Functionality of mb_ereg_replace() */ diff --git a/ext/mbstring/tests/mb_ereg_replace_variation1.phpt b/ext/mbstring/tests/mb_ereg_replace_variation1.phpt index c61e47723d..90af39cf58 100644 --- a/ext/mbstring/tests/mb_ereg_replace_variation1.phpt +++ b/ext/mbstring/tests/mb_ereg_replace_variation1.phpt @@ -9,12 +9,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - * Alias to functions: - */ - echo "*** Testing mb_ereg_replace() : usage variations ***\n"; // Initialise function arguments not being substituted (if any) diff --git a/ext/mbstring/tests/mb_ereg_variation3.phpt b/ext/mbstring/tests/mb_ereg_variation3.phpt index 9f484ee83d..f667d64bdd 100644 --- a/ext/mbstring/tests/mb_ereg_variation3.phpt +++ b/ext/mbstring/tests/mb_ereg_variation3.phpt @@ -8,11 +8,6 @@ version_compare(MB_ONIGURUMA_VERSION, '6.1.0', '>=') or die("skip requires onigu ?> --FILE-- <?php -/* Prototype : int mb_ereg(string $pattern, string $string [, array $registers]) - * Description: Regular expression match for multibyte string - * Source code: ext/mbstring/php_mbregex.c - */ - /* * test that mb_ereg can match correctly when passed different character classes. */ diff --git a/ext/mbstring/tests/mb_ereg_variation4.phpt b/ext/mbstring/tests/mb_ereg_variation4.phpt index e487c5463c..07c61971dd 100644 --- a/ext/mbstring/tests/mb_ereg_variation4.phpt +++ b/ext/mbstring/tests/mb_ereg_variation4.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test how character classes match a multibyte string */ diff --git a/ext/mbstring/tests/mb_ereg_variation5.phpt b/ext/mbstring/tests/mb_ereg_variation5.phpt index 5467f24d1f..31fd50d97c 100644 --- a/ext/mbstring/tests/mb_ereg_variation5.phpt +++ b/ext/mbstring/tests/mb_ereg_variation5.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test mb_ereg with anchors (start and end of string) in $pattern */ diff --git a/ext/mbstring/tests/mb_ereg_variation6.phpt b/ext/mbstring/tests/mb_ereg_variation6.phpt index e9c506ac77..dc91aef209 100644 --- a/ext/mbstring/tests/mb_ereg_variation6.phpt +++ b/ext/mbstring/tests/mb_ereg_variation6.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test how mb_ereg() matches special characters for $pattern */ diff --git a/ext/mbstring/tests/mb_ereg_variation7.phpt b/ext/mbstring/tests/mb_ereg_variation7.phpt index 63b726ffd8..76e6dce08f 100644 --- a/ext/mbstring/tests/mb_ereg_variation7.phpt +++ b/ext/mbstring/tests/mb_ereg_variation7.phpt @@ -7,11 +7,6 @@ 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 - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Testing the following regular expression features match correctly: * 1. definite quantifiers diff --git a/ext/mbstring/tests/mb_internal_encoding_basic.phpt b/ext/mbstring/tests/mb_internal_encoding_basic.phpt index 48327304cc..58f0f9389a 100644 --- a/ext/mbstring/tests/mb_internal_encoding_basic.phpt +++ b/ext/mbstring/tests/mb_internal_encoding_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n ?> --FILE-- <?php -/* Prototype : string mb_internal_encoding([string $encoding]) - * Description: Sets the current internal encoding or Returns - * the current internal encoding as a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_internal_encoding */ diff --git a/ext/mbstring/tests/mb_internal_encoding_basic2.phpt b/ext/mbstring/tests/mb_internal_encoding_basic2.phpt index 99b92027e9..75bf208e3a 100644 --- a/ext/mbstring/tests/mb_internal_encoding_basic2.phpt +++ b/ext/mbstring/tests/mb_internal_encoding_basic2.phpt @@ -12,12 +12,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n ?> --FILE-- <?php -/* Prototype : string mb_internal_encoding([string $encoding]) - * Description: Sets the current internal encoding or Returns - * the current internal encoding as a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_internal_encoding */ diff --git a/ext/mbstring/tests/mb_internal_encoding_error2.phpt b/ext/mbstring/tests/mb_internal_encoding_error2.phpt index 67005b4b4c..61222f72a5 100644 --- a/ext/mbstring/tests/mb_internal_encoding_error2.phpt +++ b/ext/mbstring/tests/mb_internal_encoding_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n ?> --FILE-- <?php -/* Prototype : string mb_internal_encoding([string $encoding]) - * Description: Sets the current internal encoding or - * Returns the current internal encoding as a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass mb_internal_encoding an unknown encoding */ diff --git a/ext/mbstring/tests/mb_internal_encoding_variation2.phpt b/ext/mbstring/tests/mb_internal_encoding_variation2.phpt index b191f79203..df38a9876b 100644 --- a/ext/mbstring/tests/mb_internal_encoding_variation2.phpt +++ b/ext/mbstring/tests/mb_internal_encoding_variation2.phpt @@ -7,12 +7,6 @@ function_exists('mb_internal_encoding') or die("skip mb_internal_encoding() is n ?> --FILE-- <?php -/* Prototype : string mb_internal_encoding([string $encoding]) - * Description: Sets the current internal encoding or Returns - * the current internal encoding as a string - * Source code: ext/mbstring/mbstring.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. diff --git a/ext/mbstring/tests/mb_regex_encoding_basic.phpt b/ext/mbstring/tests/mb_regex_encoding_basic.phpt index 8da42ad7c7..028f60d297 100644 --- a/ext/mbstring/tests/mb_regex_encoding_basic.phpt +++ b/ext/mbstring/tests/mb_regex_encoding_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_regex_encoding') or die("skip mb_regex_encoding() is not ava ?> --FILE-- <?php -/* Prototype : proto string mb_regex_encoding([string encoding]) - * Description: Returns the current encoding for regex as a string. - * Source code: ext/mbstring/php_mbregex.c - */ - /* * Test Basic functionality of mb_regex_encoding */ diff --git a/ext/mbstring/tests/mb_regex_encoding_error2.phpt b/ext/mbstring/tests/mb_regex_encoding_error2.phpt index db7a2cd821..8da0635d49 100644 --- a/ext/mbstring/tests/mb_regex_encoding_error2.phpt +++ b/ext/mbstring/tests/mb_regex_encoding_error2.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 - */ - /* * Pass mb_regex_encoding an unknown type of encoding */ 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. diff --git a/ext/mbstring/tests/mb_stripos_basic.phpt b/ext/mbstring/tests/mb_stripos_basic.phpt index 0826b3e878..098724c44a 100644 --- a/ext/mbstring/tests/mb_stripos_basic.phpt +++ b/ext/mbstring/tests/mb_stripos_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Test basic functionality of mb_stripos with ASCII and multibyte characters */ diff --git a/ext/mbstring/tests/mb_stripos_basic2.phpt b/ext/mbstring/tests/mb_stripos_basic2.phpt index 23a8b6c5a2..3076cd43a4 100644 --- a/ext/mbstring/tests/mb_stripos_basic2.phpt +++ b/ext/mbstring/tests/mb_stripos_basic2.phpt @@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Test basic functionality of mb_stripos with ASCII and multibyte characters */ diff --git a/ext/mbstring/tests/mb_stripos_error2.phpt b/ext/mbstring/tests/mb_stripos_error2.phpt index eae48a9f95..22cafce653 100644 --- a/ext/mbstring/tests/mb_stripos_error2.phpt +++ b/ext/mbstring/tests/mb_stripos_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Pass an unknown encoding to mb_stripos() to test behaviour */ diff --git a/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt b/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt index 95db4a2c25..758bfce02c 100644 --- a/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt +++ b/ext/mbstring/tests/mb_stripos_variation5_Bug45923.phpt @@ -7,11 +7,6 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_stripos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_stripos() behaves when passed different integers as $offset argument * The character length of $string_ascii and $string_mb is the same, diff --git a/ext/mbstring/tests/mb_stristr_basic.phpt b/ext/mbstring/tests/mb_stristr_basic.phpt index e9ecd8c1d6..cd23d86d00 100644 --- a/ext/mbstring/tests/mb_stristr_basic.phpt +++ b/ext/mbstring/tests/mb_stristr_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_stristr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_stristr_error2.phpt b/ext/mbstring/tests/mb_stristr_error2.phpt index 6e72db2063..f44d7e508e 100644 --- a/ext/mbstring/tests/mb_stristr_error2.phpt +++ b/ext/mbstring/tests/mb_stristr_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_stristr() : error conditions ***\n"; diff --git a/ext/mbstring/tests/mb_stristr_variation5.phpt b/ext/mbstring/tests/mb_stristr_variation5.phpt index b8161bd3e7..7aea2df0bd 100644 --- a/ext/mbstring/tests/mb_stristr_variation5.phpt +++ b/ext/mbstring/tests/mb_stristr_variation5.phpt @@ -7,12 +7,6 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_stristr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strlen_basic.phpt b/ext/mbstring/tests/mb_strlen_basic.phpt index 2da54e6fe9..ac51d538df 100644 --- a/ext/mbstring/tests/mb_strlen_basic.phpt +++ b/ext/mbstring/tests/mb_strlen_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strlen(string $str [, string $encoding]) - * Description: Get character numbers of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_strlen() */ diff --git a/ext/mbstring/tests/mb_strlen_error2.phpt b/ext/mbstring/tests/mb_strlen_error2.phpt index 3dbd69f152..449a4049e5 100644 --- a/ext/mbstring/tests/mb_strlen_error2.phpt +++ b/ext/mbstring/tests/mb_strlen_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strlen(string $str [, string $encoding]) - * Description: Get character numbers of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test mb_strlen when passed an unknown encoding */ diff --git a/ext/mbstring/tests/mb_strlen_variation3.phpt b/ext/mbstring/tests/mb_strlen_variation3.phpt index 5a67fdd63b..377edb5b1f 100644 --- a/ext/mbstring/tests/mb_strlen_variation3.phpt +++ b/ext/mbstring/tests/mb_strlen_variation3.phpt @@ -7,11 +7,6 @@ function_exists('mb_strlen') or die("skip mb_strlen() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strlen(string $str [, string $encoding]) - * Description: Get character numbers of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass all encodings listed on php.net to mb_strlen to test that function recognises them * NB: The strings passed are *NOT* necessarily encoded in the encoding passed to the function. diff --git a/ext/mbstring/tests/mb_strpos_basic.phpt b/ext/mbstring/tests/mb_strpos_basic.phpt index 9965120e23..e59815e9a8 100644 --- a/ext/mbstring/tests/mb_strpos_basic.phpt +++ b/ext/mbstring/tests/mb_strpos_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_strpos with ASCII and multibyte characters */ diff --git a/ext/mbstring/tests/mb_strpos_error2.phpt b/ext/mbstring/tests/mb_strpos_error2.phpt index 6f474a3964..c615352d8b 100644 --- a/ext/mbstring/tests/mb_strpos_error2.phpt +++ b/ext/mbstring/tests/mb_strpos_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass an unknown encoding to mb_strpos() to test behaviour */ diff --git a/ext/mbstring/tests/mb_strpos_variation5.phpt b/ext/mbstring/tests/mb_strpos_variation5.phpt index ea2192087a..91c75e77c9 100644 --- a/ext/mbstring/tests/mb_strpos_variation5.phpt +++ b/ext/mbstring/tests/mb_strpos_variation5.phpt @@ -7,11 +7,6 @@ function_exists('mb_strpos') or die("skip mb_strpos() is not available in this b ?> --FILE-- <?php -/* Prototype : int mb_strpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_strpos() behaves when passed different integers as $offset argument * The character length of $string_ascii and $string_mb is the same, diff --git a/ext/mbstring/tests/mb_strrchr_basic.phpt b/ext/mbstring/tests/mb_strrchr_basic.phpt index faab33f875..6681fc2904 100644 --- a/ext/mbstring/tests/mb_strrchr_basic.phpt +++ b/ext/mbstring/tests/mb_strrchr_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrchr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strrchr_error2.phpt b/ext/mbstring/tests/mb_strrchr_error2.phpt index ec75579213..484fc7596c 100644 --- a/ext/mbstring/tests/mb_strrchr_error2.phpt +++ b/ext/mbstring/tests/mb_strrchr_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrchr() : error conditions ***\n"; diff --git a/ext/mbstring/tests/mb_strrchr_variation5.phpt b/ext/mbstring/tests/mb_strrchr_variation5.phpt index 890e15a080..f807a25124 100644 --- a/ext/mbstring/tests/mb_strrchr_variation5.phpt +++ b/ext/mbstring/tests/mb_strrchr_variation5.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrchr() : variation ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strrchr_variation6.phpt b/ext/mbstring/tests/mb_strrchr_variation6.phpt index 1003628fd1..edf86fdb35 100644 --- a/ext/mbstring/tests/mb_strrchr_variation6.phpt +++ b/ext/mbstring/tests/mb_strrchr_variation6.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this ?> --FILE-- <?php -/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrchr() : variation ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strrichr_basic.phpt b/ext/mbstring/tests/mb_strrichr_basic.phpt index e08b0e2b00..f376b2101b 100644 --- a/ext/mbstring/tests/mb_strrichr_basic.phpt +++ b/ext/mbstring/tests/mb_strrichr_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th ?> --FILE-- <?php -/* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrichr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strrichr_error2.phpt b/ext/mbstring/tests/mb_strrichr_error2.phpt index 8055380f09..e3454f72ea 100644 --- a/ext/mbstring/tests/mb_strrichr_error2.phpt +++ b/ext/mbstring/tests/mb_strrichr_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th ?> --FILE-- <?php -/* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrichr() : error conditions ***\n"; diff --git a/ext/mbstring/tests/mb_strrichr_variation5.phpt b/ext/mbstring/tests/mb_strrichr_variation5.phpt index 493603f86e..eea5fd5983 100644 --- a/ext/mbstring/tests/mb_strrichr_variation5.phpt +++ b/ext/mbstring/tests/mb_strrichr_variation5.phpt @@ -7,12 +7,6 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th ?> --FILE-- <?php -/* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds the last occurrence of a character in a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strrichr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strripos_basic.phpt b/ext/mbstring/tests/mb_strripos_basic.phpt index 685314d58d..79125b0d35 100644 --- a/ext/mbstring/tests/mb_strripos_basic.phpt +++ b/ext/mbstring/tests/mb_strripos_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th ?> --FILE-- <?php -/* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of last occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Test basic functionality of mb_strripos with ASCII and multibyte characters */ diff --git a/ext/mbstring/tests/mb_strripos_basic2.phpt b/ext/mbstring/tests/mb_strripos_basic2.phpt index f225524973..2998f946f4 100644 --- a/ext/mbstring/tests/mb_strripos_basic2.phpt +++ b/ext/mbstring/tests/mb_strripos_basic2.phpt @@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th ?> --FILE-- <?php -/* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of last occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Test basic functionality of mb_strripos with ASCII and multibyte characters */ diff --git a/ext/mbstring/tests/mb_strripos_error2.phpt b/ext/mbstring/tests/mb_strripos_error2.phpt index 8ebcddbd89..b0d3851616 100644 --- a/ext/mbstring/tests/mb_strripos_error2.phpt +++ b/ext/mbstring/tests/mb_strripos_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th ?> --FILE-- <?php -/* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of last occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Pass an unknown encoding to mb_strripos() to test behaviour */ diff --git a/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt b/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt index 4160643ce6..8c327638ff 100644 --- a/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt +++ b/ext/mbstring/tests/mb_strripos_variation5_Bug45923.phpt @@ -7,12 +7,6 @@ function_exists('mb_strripos') or die("skip mb_strripos() is not available in th ?> --FILE-- <?php -/* Prototype : int mb_strripos(string haystack, string needle [, int offset [, string encoding]]) - * Description: Finds position of last occurrence of a string within another, case insensitive - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - /* * Test how mb_strripos() behaves when passed different integers as $offset argument * The character length of $string_ascii and $string_mb is the same, diff --git a/ext/mbstring/tests/mb_strrpos_basic.phpt b/ext/mbstring/tests/mb_strrpos_basic.phpt index d9df624bea..db3f25e2bc 100644 --- a/ext/mbstring/tests/mb_strrpos_basic.phpt +++ b/ext/mbstring/tests/mb_strrpos_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of last occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_strrpos() */ diff --git a/ext/mbstring/tests/mb_strrpos_error2.phpt b/ext/mbstring/tests/mb_strrpos_error2.phpt index 29e3e2a451..a365b3f892 100644 --- a/ext/mbstring/tests/mb_strrpos_error2.phpt +++ b/ext/mbstring/tests/mb_strrpos_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_strrpos') or die("skip mb_strrpos() is not available in this ?> --FILE-- <?php -/* Prototype : int mb_strrpos(string $haystack, string $needle [, int $offset [, string $encoding]]) - * Description: Find position of last occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass mb_strrpos() an encoding that doesn't exist */ diff --git a/ext/mbstring/tests/mb_strstr_basic.phpt b/ext/mbstring/tests/mb_strstr_basic.phpt index d887eb2e94..46fb76ce4e 100644 --- a/ext/mbstring/tests/mb_strstr_basic.phpt +++ b/ext/mbstring/tests/mb_strstr_basic.phpt @@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strstr() : basic functionality ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strstr_error2.phpt b/ext/mbstring/tests/mb_strstr_error2.phpt index e926658397..d7d544017a 100644 --- a/ext/mbstring/tests/mb_strstr_error2.phpt +++ b/ext/mbstring/tests/mb_strstr_error2.phpt @@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strstr() : error conditions ***\n"; diff --git a/ext/mbstring/tests/mb_strstr_variation5.phpt b/ext/mbstring/tests/mb_strstr_variation5.phpt index 6bfe954814..86509c00c6 100644 --- a/ext/mbstring/tests/mb_strstr_variation5.phpt +++ b/ext/mbstring/tests/mb_strstr_variation5.phpt @@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strstr() : variation ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strstr_variation6.phpt b/ext/mbstring/tests/mb_strstr_variation6.phpt index 97831ecb1b..d8b5960a4e 100644 --- a/ext/mbstring/tests/mb_strstr_variation6.phpt +++ b/ext/mbstring/tests/mb_strstr_variation6.phpt @@ -7,12 +7,6 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_strstr() : variation ***\n"; mb_internal_encoding('UTF-8'); diff --git a/ext/mbstring/tests/mb_strtolower_basic.phpt b/ext/mbstring/tests/mb_strtolower_basic.phpt index a96709db84..07361b767d 100644 --- a/ext/mbstring/tests/mb_strtolower_basic.phpt +++ b/ext/mbstring/tests/mb_strtolower_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtolower(string $sourcestring [, string $encoding]) - * Description: Returns a lowercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_strtolower */ diff --git a/ext/mbstring/tests/mb_strtolower_error2.phpt b/ext/mbstring/tests/mb_strtolower_error2.phpt index b6b3f9091a..ea3d77fb37 100644 --- a/ext/mbstring/tests/mb_strtolower_error2.phpt +++ b/ext/mbstring/tests/mb_strtolower_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtolower(string $sourcestring [, string $encoding]) - * Description: Returns a lowercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass an unknown encoding to mb_strtolower() to test behaviour */ diff --git a/ext/mbstring/tests/mb_strtolower_variation3.phpt b/ext/mbstring/tests/mb_strtolower_variation3.phpt index 2578ef462c..297d5d6c32 100644 --- a/ext/mbstring/tests/mb_strtolower_variation3.phpt +++ b/ext/mbstring/tests/mb_strtolower_variation3.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtolower(string $sourcestring [, string $encoding]) - * Description: Returns a lowercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower * to check correct conversion is occurring (Japanese characters should not be converted). diff --git a/ext/mbstring/tests/mb_strtolower_variation4.phpt b/ext/mbstring/tests/mb_strtolower_variation4.phpt index 590ead4e2d..303ebe012b 100644 --- a/ext/mbstring/tests/mb_strtolower_variation4.phpt +++ b/ext/mbstring/tests/mb_strtolower_variation4.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtolower') or die("skip mb_strtolower() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtolower(string $sourcestring [, string $encoding]) - * Description: Returns a lowercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass accented characters and Russian characters to check case conversion is correct */ diff --git a/ext/mbstring/tests/mb_strtoupper_basic.phpt b/ext/mbstring/tests/mb_strtoupper_basic.phpt index 1c0357dc34..132ef21006 100644 --- a/ext/mbstring/tests/mb_strtoupper_basic.phpt +++ b/ext/mbstring/tests/mb_strtoupper_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding] - * Description: Returns a uppercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Test basic functionality of mb_strtoupper */ diff --git a/ext/mbstring/tests/mb_strtoupper_error2.phpt b/ext/mbstring/tests/mb_strtoupper_error2.phpt index 4bc172a68e..ce40a00b14 100644 --- a/ext/mbstring/tests/mb_strtoupper_error2.phpt +++ b/ext/mbstring/tests/mb_strtoupper_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding] - * Description: Returns a uppercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass an unknown encoding as $encoding argument to check behaviour of mbstrtoupper() */ diff --git a/ext/mbstring/tests/mb_strtoupper_variation3.phpt b/ext/mbstring/tests/mb_strtoupper_variation3.phpt index d1f0244ae1..87b47998e9 100644 --- a/ext/mbstring/tests/mb_strtoupper_variation3.phpt +++ b/ext/mbstring/tests/mb_strtoupper_variation3.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding] - * Description: Returns a uppercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower * to check correct conversion is occurring (Japanese characters should not be converted). diff --git a/ext/mbstring/tests/mb_strtoupper_variation4.phpt b/ext/mbstring/tests/mb_strtoupper_variation4.phpt index 81a8bdd1da..4ed5392e1f 100644 --- a/ext/mbstring/tests/mb_strtoupper_variation4.phpt +++ b/ext/mbstring/tests/mb_strtoupper_variation4.phpt @@ -7,11 +7,6 @@ function_exists('mb_strtoupper') or die("skip mb_strtoupper() is not available i ?> --FILE-- <?php -/* Prototype : string mb_strtoupper(string $sourcestring [, string $encoding] - * Description: Returns a uppercased version of $sourcestring - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass characters from different languages to check that mb_strtoupper is * doing a correct case conversion diff --git a/ext/mbstring/tests/mb_substitute_character_basic.phpt b/ext/mbstring/tests/mb_substitute_character_basic.phpt index 3d5571aac4..d230dfd186 100644 --- a/ext/mbstring/tests/mb_substitute_character_basic.phpt +++ b/ext/mbstring/tests/mb_substitute_character_basic.phpt @@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip'); ?> --FILE-- <?php -/* Prototype : mixed mb_substitute_character([mixed substchar]) - * Description: Sets the current substitute_character or returns the current substitute_character - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_substitute_character() : basic functionality ***\n"; diff --git a/ext/mbstring/tests/mb_substitute_character_variation2.phpt b/ext/mbstring/tests/mb_substitute_character_variation2.phpt index 4fe4f04f37..9960a4a281 100644 --- a/ext/mbstring/tests/mb_substitute_character_variation2.phpt +++ b/ext/mbstring/tests/mb_substitute_character_variation2.phpt @@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip'); ?> --FILE-- <?php -/* Prototype : mixed mb_substitute_character([mixed substchar]) - * Description: Sets the current substitute_character or returns the current substitute_character - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_substitute_character() : variation ***\n"; //japenese utf-8 $string_mb = base64_decode('5pel5pys6Kqe44OG44Kt44K544OI'); diff --git a/ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt b/ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt index 4a7455d2a1..f601f2453d 100644 --- a/ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt +++ b/ext/mbstring/tests/mb_substitute_character_variation_strict_types.phpt @@ -7,11 +7,6 @@ extension_loaded('mbstring') or die('skip'); --FILE-- <?php declare(strict_types=1); -/* Prototype : string|int|true mb_substitute_character([string|int|null substitute_character]) - * Description: Sets the current substitute_character or returns the current substitute_character - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ echo "*** Testing mb_substitute_character(): various types in strict typing mode ***\n"; diff --git a/ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt b/ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt index 99b4288192..e11be336ab 100644 --- a/ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt +++ b/ext/mbstring/tests/mb_substitute_character_variation_weak_types.phpt @@ -6,12 +6,6 @@ extension_loaded('mbstring') or die('skip'); ?> --FILE-- <?php -/* Prototype : string|int|true mb_substitute_character([string|int|null substitute_character]) - * Description: Sets the current substitute_character or returns the current substitute_character - * Source code: ext/mbstring/mbstring.c - * Alias to functions: - */ - echo "*** Testing mb_substitute_character(): various types in weak typing mode ***\n"; // Initialise function arguments not being substituted (if any) diff --git a/ext/mbstring/tests/mb_substr_basic.phpt b/ext/mbstring/tests/mb_substr_basic.phpt index ecc04af973..bd372134a2 100644 --- a/ext/mbstring/tests/mb_substr_basic.phpt +++ b/ext/mbstring/tests/mb_substr_basic.phpt @@ -9,11 +9,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b internal_encoding=ISO-8859-1 --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test Basic Functionality of mb_substr with ASCII characters and multibyte strings. */ diff --git a/ext/mbstring/tests/mb_substr_count_basic.phpt b/ext/mbstring/tests/mb_substr_count_basic.phpt index 1c2af8b3ff..cc7e7abbd0 100644 --- a/ext/mbstring/tests/mb_substr_count_basic.phpt +++ b/ext/mbstring/tests/mb_substr_count_basic.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab ?> --FILE-- <?php -/* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding]) - * Description: Count the number of substring occurrences - * Source code: ext/mbstring/mbstring.c - */ - /* * Test Basic functionality of mb_substr_count */ diff --git a/ext/mbstring/tests/mb_substr_count_error2.phpt b/ext/mbstring/tests/mb_substr_count_error2.phpt index 44b549beec..6737145a4c 100644 --- a/ext/mbstring/tests/mb_substr_count_error2.phpt +++ b/ext/mbstring/tests/mb_substr_count_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab ?> --FILE-- <?php -/* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding]) - * Description: Count the number of substring occurrences - * Source code: ext/mbstring/mbstring.c - */ - /* * Test behaviour of mb_substr_count() function when passed an unknown encoding */ diff --git a/ext/mbstring/tests/mb_substr_count_variation4.phpt b/ext/mbstring/tests/mb_substr_count_variation4.phpt index 29d1d6e22e..b3299dc824 100644 --- a/ext/mbstring/tests/mb_substr_count_variation4.phpt +++ b/ext/mbstring/tests/mb_substr_count_variation4.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr_count') or die("skip mb_substr_count() is not availab ?> --FILE-- <?php -/* Prototype : int mb_substr_count(string $haystack, string $needle [, string $encoding]) - * Description: Count the number of substring occurrences - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass mb_substr_count() a $needle that overlaps in $haystack and see whether * it counts only the first occurrence or all other occurrences regardless whether they diff --git a/ext/mbstring/tests/mb_substr_error2.phpt b/ext/mbstring/tests/mb_substr_error2.phpt index 8b3c8e568d..eb7cf44314 100644 --- a/ext/mbstring/tests/mb_substr_error2.phpt +++ b/ext/mbstring/tests/mb_substr_error2.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Pass an unknown encoding to mb_substr() to test behaviour */ diff --git a/ext/mbstring/tests/mb_substr_variation4.phpt b/ext/mbstring/tests/mb_substr_variation4.phpt index aac0a20c0d..51c04e6a72 100644 --- a/ext/mbstring/tests/mb_substr_variation4.phpt +++ b/ext/mbstring/tests/mb_substr_variation4.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_substr() behaves when passed a range of integers as $start argument */ diff --git a/ext/mbstring/tests/mb_substr_variation5.phpt b/ext/mbstring/tests/mb_substr_variation5.phpt index 5ede679251..06f7de2ff4 100644 --- a/ext/mbstring/tests/mb_substr_variation5.phpt +++ b/ext/mbstring/tests/mb_substr_variation5.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_substr() behaves when passed a range of integers as $length argument */ diff --git a/ext/mbstring/tests/mb_substr_variation6.phpt b/ext/mbstring/tests/mb_substr_variation6.phpt index 8b186fa00a..f0c8cb3822 100644 --- a/ext/mbstring/tests/mb_substr_variation6.phpt +++ b/ext/mbstring/tests/mb_substr_variation6.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_substr() behaves when passed a range of integers as $start argument */ diff --git a/ext/mbstring/tests/mb_substr_variation7.phpt b/ext/mbstring/tests/mb_substr_variation7.phpt index 243d7065d5..c9bf167541 100644 --- a/ext/mbstring/tests/mb_substr_variation7.phpt +++ b/ext/mbstring/tests/mb_substr_variation7.phpt @@ -7,11 +7,6 @@ function_exists('mb_substr') or die("skip mb_substr() is not available in this b ?> --FILE-- <?php -/* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]]) - * Description: Returns part of a string - * Source code: ext/mbstring/mbstring.c - */ - /* * Test how mb_substr() behaves when passed a range of integers as $length argument */ |