Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 33) sorted by relevance

12

/php-src/ext/mbstring/tests/
H A Dbug52981.phpt9 $upper = mb_strtoupper($str, 'UTF-8');
10 $len = strlen($upper);
11 for ($i = 0; $i < $len; ++$i) echo dechex(ord($upper[$i])) . ' ';
H A Dbug43998.phpt2 …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 Dmb_ereg_variation4.phpt33 '[[:upper:]]+',
H A Dmb_ereg_variation3.phpt31 'IDSJV' => '[[:upper:]]+',
/php-src/ext/mbstring/ucgendat/
H A Ductest.php90 $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 Darray_change_key_case_variation8.phpt22 echo "-- \$case = upper --\n";
55 -- $case = upper --
101 -- $case = upper --
/php-src/ext/bcmath/libbcmath/src/
H A Dconvert.c150 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 Dstrncasecmp_variation1.phpt5 /* 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 Dstrncmp_variation1.phpt5 /* 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 Dsprintf_variation5.phpt20 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
H A Dsprintf_f_2.phpt52 var_dump(sprintf("%%X = '%X'", $n)); // hexadecimal representation (upper-case)
/php-src/ext/calendar/tests/
H A Deaster_date_checks_upper_bound_32bit.phpt2 Test easter_date() on 32bit systems checks the upper year limit
H A Deaster_date_checks_upper_bound_64bit.phpt2 Test easter_date() on 64bit systems checks the upper year limit
/php-src/ext/dom/lexbor/patches/
H A DREADME.md18 * 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 D0004-Remove-unused-upper-case-tag-static-data.patch4 Subject: [PATCH 4/6] Remove unused upper case tag static data
/php-src/ext/phar/
H A Dphar_path_check.re30 *error = "upper directory reference";
65 *error = "upper directory reference";
/php-src/ext/phar/tests/
H A Dphar_offset_get_error.phpt45 …xist and cannot be created: phar error: invalid path "/error/.." contains upper directory reference
H A Dphar_copy.phpt74 hihifile "/error/.." contains invalid characters upper directory reference, cannot be copied from "…
/php-src/ext/phar/tests/tar/
H A Dphar_copy.phpt52 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/php-src/ext/phar/tests/zip/
H A Dphar_copy.phpt51 file "/error/.." contains invalid characters upper directory reference, cannot be copied from "a" i…
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h77 lxb_char_t upper; member
H A Ddecode.c40 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 D001.phpt52 $upper = strtoupper($test);
53 if ($upper == "ABCDEFG") {
/php-src/ext/pdo_mysql/tests/
H A Dbug41125.phpt41 $sql = "SELECT upper(:id) FROM DUAL WHERE '1'";
106 Query: [[SELECT upper(:id) FROM DUAL WHERE '1']]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data.phpt46 // let's ignore upper limits for LONGBLOB (2^32) ...

Completed in 35 milliseconds

12