Home
last modified time | relevance | path

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

1234

/PHP-5.4/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-5.4/ext/zip/lib/
H A Dzip_source_pop.c45 struct zip_source *lower; in zip_source_pop() local
50 lower = src->src; in zip_source_pop()
52 if (lower == NULL) in zip_source_pop()
62 return lower; in zip_source_pop()
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dutf32_be.c82 UChar* lower) in utf32be_mbc_to_normalize() argument
88 *lower++ = '\0'; in utf32be_mbc_to_normalize()
89 *lower++ = '\0'; in utf32be_mbc_to_normalize()
90 *lower++ = '\0'; in utf32be_mbc_to_normalize()
95 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf32be_mbc_to_normalize()
98 *lower = *p; in utf32be_mbc_to_normalize()
106 if (lower != p) { in utf32be_mbc_to_normalize()
109 *lower++ = *p++; in utf32be_mbc_to_normalize()
H A Dutf32_le.c82 UChar* lower) in utf32le_mbc_to_normalize() argument
91 *lower++ = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf32le_mbc_to_normalize()
94 *lower++ = *p; in utf32le_mbc_to_normalize()
96 *lower++ = '\0'; in utf32le_mbc_to_normalize()
97 *lower++ = '\0'; in utf32le_mbc_to_normalize()
98 *lower = '\0'; in utf32le_mbc_to_normalize()
105 if (lower != p) { in utf32le_mbc_to_normalize()
108 *lower++ = *p++; in utf32le_mbc_to_normalize()
H A Dutf16_le.c126 UChar* lower) in utf16le_mbc_to_normalize() argument
131 *(lower+1) = '\0'; in utf16le_mbc_to_normalize()
136 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf16le_mbc_to_normalize()
139 *lower = *p; in utf16le_mbc_to_normalize()
146 if (lower != p) { in utf16le_mbc_to_normalize()
149 *lower++ = *p++; in utf16le_mbc_to_normalize()
H A Dutf16_be.c123 UChar* lower) in utf16be_mbc_to_normalize() argument
129 *lower++ = '\0'; in utf16be_mbc_to_normalize()
134 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in utf16be_mbc_to_normalize()
137 *lower = *p; in utf16be_mbc_to_normalize()
146 if (lower != p) { in utf16be_mbc_to_normalize()
149 *lower++ = *p++; in utf16be_mbc_to_normalize()
H A Deuc_jp.c123 const UChar** pp, const UChar* end, UChar* lower) in eucjp_mbc_to_normalize() argument
130 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in eucjp_mbc_to_normalize()
133 *lower = *p; in eucjp_mbc_to_normalize()
141 if (lower != p) { in eucjp_mbc_to_normalize()
144 *lower++ = *p++; in eucjp_mbc_to_normalize()
H A Dsjis.c131 const UChar** pp, const UChar* end, UChar* lower) in sjis_mbc_to_normalize() argument
137 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in sjis_mbc_to_normalize()
140 *lower = *p; in sjis_mbc_to_normalize()
149 if (lower != p) { in sjis_mbc_to_normalize()
152 *lower++ = *p++; in sjis_mbc_to_normalize()
H A Diso8859_1.c71 iso_8859_1_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) in iso_8859_1_mbc_to_normalize() argument
79 *lower = ONIGENC_ISO_8859_1_TO_LOWER_CASE(*p); in iso_8859_1_mbc_to_normalize()
82 *lower = *p; in iso_8859_1_mbc_to_normalize()
H A Diso8859_10.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_10_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_10_TO_LOWER_CASE(*p); in iso_8859_10_mbc_to_normalize()
119 *lower = *p; in iso_8859_10_mbc_to_normalize()
H A Diso8859_13.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_13_TO_LOWER_CASE(*p); in mbc_to_normalize()
119 *lower = *p; in mbc_to_normalize()
H A Diso8859_14.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_14_TO_LOWER_CASE(*p); in mbc_to_normalize()
119 *lower = *p; in mbc_to_normalize()
H A Diso8859_3.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_3_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_3_TO_LOWER_CASE(*p); in iso_8859_3_mbc_to_normalize()
119 *lower = *p; in iso_8859_3_mbc_to_normalize()
H A Diso8859_4.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_4_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_4_TO_LOWER_CASE(*p); in iso_8859_4_mbc_to_normalize()
119 *lower = *p; in iso_8859_4_mbc_to_normalize()
H A Diso8859_5.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_5_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_5_TO_LOWER_CASE(*p); in iso_8859_5_mbc_to_normalize()
119 *lower = *p; in iso_8859_5_mbc_to_normalize()
H A Diso8859_7.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_7_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_7_TO_LOWER_CASE(*p); in iso_8859_7_mbc_to_normalize()
119 *lower = *p; in iso_8859_7_mbc_to_normalize()
H A Dkoi8.c108 const OnigUChar** pp, const OnigUChar* end, OnigUChar* lower) in koi8_mbc_to_normalize() argument
116 *lower = ENC_KOI8_TO_LOWER_CASE(*p); in koi8_mbc_to_normalize()
119 *lower = *p; in koi8_mbc_to_normalize()
H A Dkoi8_r.c108 const UChar** pp, const UChar* end, UChar* lower) in koi8_r_mbc_to_normalize() argument
116 *lower = ENC_KOI8_R_TO_LOWER_CASE(*p); in koi8_r_mbc_to_normalize()
119 *lower = *p; in koi8_r_mbc_to_normalize()
H A Diso8859_16.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_16_TO_LOWER_CASE(*p); in mbc_to_normalize()
119 *lower = *p; in mbc_to_normalize()
H A Diso8859_2.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_2_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_2_TO_LOWER_CASE(*p); in iso_8859_2_mbc_to_normalize()
119 *lower = *p; in iso_8859_2_mbc_to_normalize()
H A Diso8859_15.c108 const UChar** pp, const UChar* end, UChar* lower) in mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_15_TO_LOWER_CASE(*p); in mbc_to_normalize()
119 *lower = *p; in mbc_to_normalize()
H A Diso8859_9.c108 const UChar** pp, const UChar* end, UChar* lower) in iso_8859_9_mbc_to_normalize() argument
116 *lower = ENC_ISO_8859_9_TO_LOWER_CASE(*p); in iso_8859_9_mbc_to_normalize()
119 *lower = *p; in iso_8859_9_mbc_to_normalize()
H A Dutf8.c221 utf8_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) in utf8_mbc_to_normalize() argument
227 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in utf8_mbc_to_normalize()
230 *lower = *p; in utf8_mbc_to_normalize()
244 *lower++ = *p; in utf8_mbc_to_normalize()
245 *lower = (UChar )(c + 32); in utf8_mbc_to_normalize()
254 if (lower != p) { in utf8_mbc_to_normalize()
257 *lower++ = *p++; in utf8_mbc_to_normalize()
/PHP-5.4/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-5.4/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

Completed in 52 milliseconds

1234