/php-src/ext/mbstring/tests/ |
H A D | bug52981.phpt | 9 $upper = mb_strtoupper($str, 'UTF-8'); 10 $len = strlen($upper); 11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
|
H A D | bug43998.phpt | 2 …trtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower] 8 * Two error messages returned for incorrect encoding for mb_strto[upper|lower]
|
H A D | mb_ereg_variation4.phpt | 33 '[[:upper:]]+',
|
H A D | mb_ereg_variation3.phpt | 31 'IDSJV' => '[[:upper:]]+',
|
/php-src/ext/mbstring/ucgendat/ |
H A D | uctest.php | 90 $upper = mb_strtoupper($chr); 91 $uppers[$upper][] = $chr; 120 $upper = parseCodes($fields[3]); 129 testCaseMap(MB_CASE_UPPER, $code, $upper);
|
/php-src/ext/standard/tests/array/ |
H A D | array_change_key_case_variation8.phpt | 22 echo "-- \$case = upper --\n"; 55 -- $case = upper -- 101 -- $case = upper --
|
/php-src/ext/bcmath/libbcmath/src/ |
H A D | convert.c | 150 uint32_t upper = value / 100; /* e.g. 12 */ in bc_write_bcd_representation() local 155 uint32_t digits = bc_expand_lut(LUT[lower]) << 16 | bc_expand_lut(LUT[upper]); in bc_write_bcd_representation() 158 uint32_t digits = bc_expand_lut(LUT[upper]) << 16 | bc_expand_lut(LUT[lower]); in bc_write_bcd_representation()
|
/php-src/ext/standard/tests/strings/ |
H A D | strncasecmp_variation1.phpt | 5 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 's… 8 echo "-- Passing upper-case letters for 'str1' --\n"; 23 -- Passing upper-case letters for 'str1' --
|
H A D | strncmp_variation1.phpt | 5 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2'… 8 echo "-- Passing upper-case letters for 'str1' --\n"; 23 -- Passing upper-case letters for 'str1' --
|
H A D | sprintf_variation5.phpt | 20 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
|
H A D | sprintf_f_2.phpt | 52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
|
/php-src/ext/calendar/tests/ |
H A D | easter_date_checks_upper_bound_32bit.phpt | 2 Test easter_date() on 32bit systems checks the upper year limit
|
H A D | easter_date_checks_upper_bound_64bit.phpt | 2 Test easter_date() on 64bit systems checks the upper year limit
|
/php-src/ext/dom/lexbor/patches/ |
H A D | README.md | 18 * 0004-Remove-unused-upper-case-tag-static-data.patch 19 …A PHP specific patch to remove unused upper case tag static data. This shrinks the static data siz… 36 * `git am -3 ../patches/0004-Remove-unused-upper-case-tag-static-data.patch`
|
H A D | 0004-Remove-unused-upper-case-tag-static-data.patch | 4 Subject: [PATCH 4/6] Remove unused upper case tag static data
|
/php-src/ext/phar/ |
H A D | phar_path_check.re | 30 *error = "upper directory reference"; 65 *error = "upper directory reference";
|
/php-src/ext/phar/tests/ |
H A D | phar_offset_get_error.phpt | 45 …xist and cannot be created: phar error: invalid path "/error/.." contains upper directory reference
|
H A D | phar_copy.phpt | 74 hihifile "/error/.." contains invalid characters upper directory reference, cannot be copied from "…
|
/php-src/ext/phar/tests/tar/ |
H A D | phar_copy.phpt | 52 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
|
/php-src/ext/phar/tests/zip/ |
H A D | phar_copy.phpt | 51 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
|
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | base.h | 77 lxb_char_t upper; member
|
H A D | decode.c | 40 ctx->u.utf_8.upper = 0xBF; \ 44 ctx->u.utf_8.upper = s_upper; \ 153 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SINGLE(lower, upper) \ argument 157 if (ch < lower || ch > upper) { \ 172 ctx->u.utf_8.upper = 0xBF; \ 176 ctx->u.utf_8.upper = s_upper; \ 1360 ctx->u.utf_8.upper, goto begin); in lxb_encoding_decode_utf_8() 2793 ctx->u.utf_8.upper); in lxb_encoding_decode_utf_8_single()
|
/php-src/tests/strings/ |
H A D | 001.phpt | 52 $upper = strtoupper($test); 53 if ($upper == "ABCDEFG") {
|
/php-src/ext/pdo_mysql/tests/ |
H A D | bug41125.phpt | 41 $sql = "SELECT upper(:id) FROM DUAL WHERE '1'"; 106 Query: [[SELECT upper(:id) FROM DUAL WHERE '1']]
|
/php-src/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data.phpt | 46 // let's ignore upper limits for LONGBLOB (2^32) ...
|