Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 98) sorted by path

1234

/PHP-5.5/
H A DINSTALL1412 extension, you can use the lower-level build tools to perform the build
H A DNEWS4611 . Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits).
6074 - Added depth parameter to json_decode() to lower the nesting depth from the
6128 - Fixed bug #47856 (stristr() converts needle to lower-case). (Ilia)
6965 - Fixed bug #43998 (Two error messages returned for incorrect encoding for mb_strto[upper|lower]). …
9008 - Fixed bug #29955 (mb_strtoupper() / lower() broken with Turkish encoding).
/PHP-5.5/build/
H A Dlibtool.m42997 # We only want to do this on AIX 4.2 and lower, the check
5688 # We only want to do this on AIX 4.2 and lower, the check
/PHP-5.5/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.5/ext/ereg/regex/
H A Dtests291 [[:lower:]]+ - AabC ab
335 0[[:lower:]]1 &i 0A1 0A1
/PHP-5.5/ext/ereg/tests/
H A Deregi_basic.phpt25 var_dump(eregi('[[:lower:]]+[[:space:]]case', $string, $match2)); //character class lower should j…
H A Deregi_replace_basic.phpt24 var_dump(eregi_replace('([[:lower:]]+) word', '\\1_character', $string));
H A Dspliti_basic_004.phpt15 var_dump(spliti('[[:lower:]]', '--- A ---'));
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic105 # I assume there are other, lower versions, but these are the only ones I
5942 # where xxyyzz are lower bits from offsets of error messages varying for different languages
5963 # where xxyyzz are lower bits from offsets of error messages varying for different languages
5981 # where xxyyzz are lower bits from offsets of error messages varying for different languages
10095 >2 leshort >0 \b, lower left corner: %d
10096 >4 leshort >0 \b, lower right corner: %d
13464 #it clashes with ttf files so put it lower down.
/PHP-5.5/ext/hash/
H A Dhash.c92 char *lower = estrndup(algo, algo_len); in php_hash_fetch_ops() local
94 zend_str_tolower(lower, algo_len); in php_hash_fetch_ops()
95 if (SUCCESS != zend_hash_find(&php_hash_hashtable, lower, algo_len + 1, (void*)&ops)) { in php_hash_fetch_ops()
98 efree(lower); in php_hash_fetch_ops()
107 char *lower = estrndup(algo, algo_len); in php_hash_register_algo() local
109 zend_str_tolower(lower, algo_len); in php_hash_register_algo()
110 zend_hash_add(&php_hash_hashtable, lower, algo_len + 1, (void*)ops, sizeof(php_hash_ops), NULL); in php_hash_register_algo()
111 efree(lower); in php_hash_register_algo()
/PHP-5.5/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt38 This setting (alone) has little impact on string comparison performance; setting it lower or higher
66 3. Tertiary Level: Upper and lower case differences in characters are distinguished at the
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY608 lower zero quantifier should be treated as
1590 (for delete upper,lower members from StackType.u.repeat)
1810 2003/01/31: [impl] convert to lower-case char at string compile time.
H A Dconfig.h.in91 STACK_DIRECTION < 0 => grows toward lower addresses
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE173 lower
191 lower Lowercase_Letter
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dbig5.c71 UChar* lower) in big5_mbc_case_fold() argument
74 pp, end, lower); in big5_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 Deuc_jp.c124 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
130 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
139 *lower++ = *p++; in mbc_case_fold()
H A Deuc_kr.c71 UChar* lower) in euckr_mbc_case_fold() argument
74 pp, end, lower); in euckr_mbc_case_fold()
H A Deuc_tw.c71 UChar* lower) in euctw_mbc_case_fold() argument
74 pp, end, lower); in euctw_mbc_case_fold()
H A Dgb18030.c92 UChar* lower) in gb18030_mbc_case_fold() argument
95 pp, end, lower); in gb18030_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_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()

Completed in 218 milliseconds

1234