/PHP-8.1/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 | hz_encoding.phpt | 19 echo "Tested ASCII -> HZ\n"; 25 echo "Tested HZ -> ASCII\n"; 28 testInvalidString(chr($i), '%', 'HZ', 'ASCII'); 30 echo "Tested non-ASCII bytes in ASCII mode\n"; 32 testValidString('~~', '~', 'HZ', 'ASCII'); 33 testValidString("~\n", '', 'HZ', 'ASCII', false); 34 testValidString('~{~}', '', 'HZ', 'ASCII', false); 35 testValidString("~{~\n~}", '', 'HZ', 'ASCII', false); 130 Tested ASCII -> HZ 131 Tested HZ -> ASCII [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_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_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_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_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_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_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 | bug81349.phpt | 2 Bug #81349: mb_detect_encoding misdetcts ASCII in some cases 8 echo(mb_detect_encoding("\xe4,a", ['ASCII', 'UTF-8', 'ISO-8859-1'])."\n"); 9 echo(mb_detect_encoding("\xe4 a", ['ASCII', 'UTF-8', 'ISO-8859-1'])."\n");
|
H A D | gh9008.phpt | 15 mb_detect_order(["ASCII", "UUENCODE"]); 23 string(5) "ASCII" 24 string(5) "ASCII"
|
H A D | bug43840.phpt | 9 * The multibyte string should be returning the same results as the ASCII string. 26 echo"--ASCII String:--\n"; 38 --ASCII String:-- 44 --ASCII String:-- 50 --ASCII String:-- 56 --ASCII String:-- 62 --ASCII String:--
|
H A D | mb_ereg_variation6.phpt | 41 echo "-- ASCII String: --\n"; 81 -- ASCII String: -- 95 -- ASCII String: -- 109 -- ASCII String: -- 120 -- ASCII String: -- 134 -- ASCII String: -- 148 -- ASCII String: -- 162 -- ASCII String: -- 176 -- ASCII String: --
|
H A D | bug81298.phpt | 17 string(5) "ASCII" 18 string(5) "ASCII" 20 string(5) "ASCII"
|
/PHP-8.1/ext/standard/tests/strings/ |
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.1/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 --
|