Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 65) sorted by relevance

123

/PHP-7.3/ext/ctype/tests/
H A Dctype_lower_variation2.phpt32 character code 97 is a lower case character
33 character code 98 is a lower case character
34 character code 99 is a lower case character
35 character code 100 is a lower case character
36 character code 101 is a lower case character
37 character code 102 is a lower case character
38 character code 103 is a lower case character
39 character code 104 is a lower case character
40 character code 105 is a lower case character
41 character code 106 is a lower case character
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Diso8859_2.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_2_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_10.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_10_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_13.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_13_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_14.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_14_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_15.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_15_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_16.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_16_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_3.c108 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_3_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_4.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_4_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_9.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
113 *lower++ = 's'; in mbc_case_fold()
114 *lower = 's'; in mbc_case_fold()
119 *lower = ENC_ISO_8859_9_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_1.c203 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
208 *lower++ = 's'; in mbc_case_fold()
209 *lower = 's'; in mbc_case_fold()
214 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Diso8859_7.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
112 *lower = ENC_ISO_8859_7_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Dcp1251.c109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in cp1251_mbc_case_fold() argument
113 *lower = ENC_CP1251_TO_LOWER_CASE(*p); in cp1251_mbc_case_fold()
H A Diso8859_5.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
112 *lower = ENC_ISO_8859_5_TO_LOWER_CASE(*p); in mbc_case_fold()
H A Dkoi8.c109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_mbc_case_fold() argument
113 *lower = ENC_KOI8_TO_LOWER_CASE(*p); in koi8_mbc_case_fold()
H A Dkoi8_r.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_r_mbc_case_fold() argument
112 *lower = ENC_KOI8_R_TO_LOWER_CASE(*p); in koi8_r_mbc_case_fold()
H A Dbig5.c106 UChar* lower) in big5_mbc_case_fold() argument
109 pp, end, lower); in big5_mbc_case_fold()
H A Dsjis.c157 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
162 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
171 *lower++ = *p++; in mbc_case_fold()
H A Deuc_kr.c105 UChar* lower) in euckr_mbc_case_fold() argument
108 pp, end, lower); in euckr_mbc_case_fold()
H A Deuc_tw.c124 UChar* lower) in euctw_mbc_case_fold() argument
127 pp, end, lower); in euctw_mbc_case_fold()
/PHP-7.3/ext/mbstring/tests/
H A Dbug43998.phpt2 …trtolower() function : Two error messages returned for incorrect encoding for mb_strto[upper|lower]
10 /* Prototype : string mb_strto[lower|upper](string $sourcestring [, string $encoding])
11 * Description: Returns a [lower|upper]cased version of $sourcestring
16 * Two error messages returned for incorrect encoding for mb_strto[upper|lower]
/PHP-7.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt37 echo "Test 1 - Force column names to lower case\n";
49 echo "Test 4 - Setting on statement has no effect. Attempt lower case but get upper\n";
57 Test 1 - Force column names to lower case
75 Test 4 - Setting on statement has no effect. Attempt lower case but get upper
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation1.phpt10 /* Test strncasecmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 's…
19 echo "\n-- Passing lower-case letters for 'str1' --\n";
82 -- Passing lower-case letters for 'str1' --
H A Dstrncmp_variation1.phpt10 /* Test strncmp() function with upper-case and lower-case alphabets as inputs for 'str1' and 'str2'…
19 echo "\n-- Passing lower-case letters for 'str1' --\n";
82 -- Passing lower-case letters for 'str1' --
/PHP-7.3/ext/spl/tests/
H A DSplFixedArray_setSize_filled_to_smaller.phpt2 Create array, fills it with and resizes it to lower value.

Completed in 71 milliseconds

123