/PHP-8.4/ext/mbstring/tests/ |
H A D | mb_strlen_variation3.phpt | 103 -- ASCII String -- 109 -- ASCII String -- 115 -- ASCII String -- 121 -- ASCII String -- 127 -- ASCII String -- 133 -- ASCII String -- 139 -- ASCII String -- 145 -- ASCII String -- 151 -- ASCII String -- 157 -- ASCII String -- [all …]
|
H A D | mb_substr_variation4.phpt | 48 -- ASCII String -- 54 -- ASCII String -- 60 -- ASCII String -- 66 -- ASCII String -- 72 -- ASCII String -- 78 -- ASCII String -- 84 -- ASCII String -- 90 -- ASCII String -- 96 -- ASCII String -- 102 -- ASCII String -- [all …]
|
H A D | mb_substr_variation5.phpt | 49 -- ASCII String -- 55 -- ASCII String -- 61 -- ASCII String -- 67 -- ASCII String -- 73 -- ASCII String -- 79 -- ASCII String -- 85 -- ASCII String -- 91 -- ASCII String -- 97 -- ASCII String -- 103 -- ASCII String -- [all …]
|
H A D | mb_substr_variation6.phpt | 53 -- ASCII String -- 59 -- ASCII String -- 65 -- ASCII String -- 71 -- ASCII String -- 77 -- ASCII String -- 83 -- ASCII String -- 89 -- ASCII String -- 95 -- ASCII String -- 101 -- ASCII String -- 107 -- ASCII String -- [all …]
|
H A D | mb_substr_variation7.phpt | 54 -- ASCII String -- 60 -- ASCII String -- 66 -- ASCII String -- 72 -- ASCII String -- 78 -- ASCII String -- 84 -- ASCII String -- 90 -- ASCII String -- 96 -- ASCII String -- 102 -- ASCII String -- 108 -- ASCII String -- [all …]
|
H A D | gh15824.phpt | 8 var_dump(mb_detect_encoding('abc', 'UTF8, ASCII')); 9 var_dump(mb_detect_encoding('こんにちは', 'UTF8, ASCII')); 10 var_dump(mb_detect_encoding('こんにちは', 'ASCII, UTF8')); 11 var_dump(mb_detect_encoding("\xC5", 'US-ASCII, LATIN4')); 12 var_dump(mb_detect_encoding("\xC5", 'US-ASCII, cyrillic')); 14 var_dump(mb_detect_encoding("\x9D", 'US-ASCII, CP1254, cyrillic')); 15 var_dump(mb_detect_encoding("\x9D", 'US-ASCII, CP1254, cyrillic', false)); 22 var_dump(mb_detect_encoding('', 'US-ASCII, UTF-8-Mobile#KDDI-B, UTF-8')); 34 string(5) "ASCII"
|
H A D | mb_strpos_variation5.phpt | 29 echo "-- ASCII String --\n"; 49 -- ASCII String -- 55 -- ASCII String -- 61 -- ASCII String -- 67 -- ASCII String -- 73 -- ASCII String -- 79 -- ASCII String -- 85 -- ASCII String -- 91 -- ASCII String -- 97 -- ASCII String -- [all …]
|
H A D | mb_stripos_variation5_Bug45923.phpt | 30 echo "-- ASCII String --\n"; 49 -- ASCII String -- 55 -- ASCII String -- 61 -- ASCII String -- 67 -- ASCII String -- 73 -- ASCII String -- 79 -- ASCII String -- 85 -- ASCII String -- 91 -- ASCII String -- 97 -- ASCII String -- [all …]
|
H A D | mb_strrpos_basic.phpt | 19 echo "\n-- ASCII string 1 --\n"; 22 echo "\n-- ASCII string 2 --\n"; 25 echo "\n-- ASCII string with negative offset --\n"; 41 -- ASCII string 1 -- 44 -- ASCII string 2 -- 47 -- ASCII string with negative offset --
|
H A D | mb_stripos_empty_needle.phpt | 14 echo "\n-- ASCII string without offset --\n"; 17 echo "\n-- ASCII string with in range positive offset --\n"; 20 echo "\n-- ASCII string with in range negative offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 63 -- ASCII string without offset -- 66 -- ASCII string with in range positive offset -- 69 -- ASCII string with in range negative offset -- 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset --
|
H A D | mb_strripos_empty_needle.phpt | 14 echo "\n-- ASCII string without offset --\n"; 17 echo "\n-- ASCII string with in range positive offset --\n"; 20 echo "\n-- ASCII string with in range negative offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 63 -- ASCII string without offset -- 66 -- ASCII string with in range positive offset -- 69 -- ASCII string with in range negative offset -- 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset --
|
H A D | mb_strrpos_empty_needle.phpt | 14 echo "\n-- ASCII string without offset --\n"; 17 echo "\n-- ASCII string with in range positive offset --\n"; 20 echo "\n-- ASCII string with in range negative offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 63 -- ASCII string without offset -- 66 -- ASCII string with in range positive offset -- 69 -- ASCII string with in range negative offset -- 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset --
|
H A D | mb_strpos_empty_needle.phpt | 14 echo "\n-- ASCII string without offset --\n"; 17 echo "\n-- ASCII string with in range positive offset --\n"; 20 echo "\n-- ASCII string with in range negative offset --\n"; 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 62 -- ASCII string without offset -- 65 -- ASCII string with in range positive offset -- 68 -- ASCII string with in range negative offset -- 71 -- ASCII string with out of bound positive offset -- 74 -- ASCII string with out of bound negative offset --
|
H A D | mb_strpos_basic.phpt | 8 * Test basic functionality of mb_strpos with ASCII and multibyte characters 19 echo "\n-- ASCII string 1 --\n"; 22 echo "\n-- ASCII string 2 --\n"; 38 -- ASCII string 1 -- 41 -- ASCII string 2 --
|
H A D | mb_substr_basic.phpt | 10 * Test Basic Functionality of mb_substr with ASCII characters and multibyte strings. 19 echo "\n-- ASCII string 1 --\n"; 22 echo "\n-- ASCII string 2 --\n"; 38 -- ASCII string 1 -- 41 -- ASCII string 2 --
|
H A D | mb_strripos_variation5_Bug45923.phpt | 30 echo "-- ASCII String --\n"; 50 -- ASCII String -- 56 -- ASCII String -- 62 -- ASCII String -- 68 -- ASCII String -- 74 -- ASCII String -- 80 -- ASCII String -- 86 -- ASCII String -- 92 -- ASCII String --
|
H A D | gh11217.phpt | 2 GH-11217: Segfault in mb_strrpos/mb_strripos with ASCII encoding and negative offset 7 var_dump(mb_strrpos('foo', 'foo', -1, 'ASCII')); 8 var_dump(mb_strripos('foo', 'foo', -1, 'ASCII'));
|
H A D | mb_encode_mimeheader_basic4.phpt | 21 var_dump(mb_encode_mimeheader("?", "ASCII", "B")); 146 string(19) "=?US-ASCII?B?Pw==?=" 147 string(18) "=?US-ASCII?Q?=3F?=" 148 string(19) "=?US-ASCII?B?PQ==?=" 149 string(18) "=?US-ASCII?Q?=3D?=" 150 string(19) "=?US-ASCII?B?Xw==?=" 151 string(18) "=?US-ASCII?Q?=5F?=" 152 string(19) "=?US-ASCII?B?fw==?=" 164 string(21) "o =?US-ASCII?B?AA==?=" 167 string(27) "=aaaaaa= =?US-ASCII?Q?=3F?=" [all …]
|
/PHP-8.4/ext/standard/tests/strings/ |
H A D | str_decrement_errors.phpt | 15 // Non-ASCII characters 41 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 42 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 43 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 44 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 45 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 46 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 47 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 48 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 49 str_decrement(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters [all …]
|
H A D | str_increment_errors.phpt | 15 // Non-ASCII characters 41 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 42 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 43 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 44 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 45 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 46 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 47 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 48 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters 49 str_increment(): Argument #1 ($string) must be composed only of alphanumeric ASCII characters [all …]
|
H A D | strncasecmp_variation1.phpt | 9 for($ASCII = 65; $ASCII <= 90; $ASCII++) { 10 …var_dump( strncasecmp( chr($ASCII), chr($ASCII), 1 ) ); //comparing uppercase letter with corresp… 11 …var_dump( strncasecmp( chr($ASCII), chr($ASCII + 32), 1 ) ); //comparing uppercase letter with co… 15 for($ASCII = 97; $ASCII <= 122; $ASCII++) { 16 …var_dump( strncasecmp( chr($ASCII), chr($ASCII), 1 ) ); //comparing lowercase letter with corresp… 17 …var_dump( strncasecmp( chr($ASCII), chr($ASCII - 32), 1 ) ); //comparing lowercase letter with co…
|
H A D | strncmp_variation1.phpt | 9 for($ASCII = 65; $ASCII <= 90; $ASCII++) { 10 …var_dump( strncmp( chr($ASCII), chr($ASCII), 1 ) ); //comparing uppercase letters with uppercase … 11 …var_dump( strncmp( chr($ASCII), chr($ASCII + 32), 1 ) ); //comparing uppercase letters with lower… 15 for($ASCII = 97; $ASCII <= 122; $ASCII++) { 16 …var_dump( strncmp( chr($ASCII), chr($ASCII), 1 ) ); //comparing lowercase letters with lowercase … 17 …var_dump( strncmp( chr($ASCII), chr($ASCII - 32), 1 ) ); //comparing lowercase letters with upper…
|
/PHP-8.4/ext/iconv/tests/ |
H A D | iconv_strpos_variation5.phpt | 31 echo "-- ASCII String --\n"; 51 -- ASCII String -- 57 -- ASCII String -- 63 -- ASCII String -- 69 -- ASCII String -- 75 -- ASCII String -- 81 -- ASCII String -- 87 -- ASCII String -- 93 -- ASCII String -- 99 -- ASCII String -- [all …]
|
H A D | iconv_strpos_basic.phpt | 10 * Test basic functionality of iconv_strpos with ASCII and multibyte characters 21 echo "\n-- ASCII string 1 --\n"; 24 echo "\n-- ASCII string 2 --\n"; 40 -- ASCII string 1 -- 43 -- ASCII string 2 --
|
H A D | iconv_substr_basic.phpt | 12 * Test Basic Functionality of iconv_substr with ASCII characters and multibyte strings. 21 echo "\n-- ASCII string 1 --\n"; 24 echo "\n-- ASCII string 2 --\n"; 40 -- ASCII string 1 -- 43 -- ASCII string 2 --
|