Home
last modified time | relevance | path

Searched refs:lower (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-3264 Subject length lower bound = 6
97 Subject length lower bound = 6
H A Dtestoutput17230 Subject length lower bound = 3
276 Subject length lower bound = 1
294 Subject length lower bound = 1
306 Subject length lower bound = 1
332 Subject length lower bound = 1
350 Subject length lower bound = 1
362 Subject length lower bound = 1
380 Subject length lower bound = 1
H A Dtestinput398 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dtestoutput14363 Subject length lower bound = 3
390 Subject length lower bound = 1
398 Subject length lower bound = 1
406 Subject length lower bound = 1
414 Subject length lower bound = 1
422 Subject length lower bound = 1
H A Dtestoutput2329 Subject length lower bound = 1
56 Subject length lower bound = 1
H A Dtestoutput2180 Subject length lower bound = 3
192 Subject length lower bound = 3
204 Subject length lower bound = 1
212 Subject length lower bound = 1
233 Subject length lower bound = 1
514 Subject length lower bound = 1
522 Subject length lower bound = 1
530 Subject length lower bound = 1
1986 /^[[:lower:]]/DZ
2147 /[[:lower:]]/Ii
[all …]
H A Dtestoutput2576 Subject length lower bound = 1
103 Subject length lower bound = 1
H A Dgrepoutput12 10:This pattern is in lower case.
21 ./testdata/grepinput:10:This pattern is in lower case.
30 10:This pattern is in lower case.
325 ./testdata/grepinput:10:This pattern is in lower case.
347 ./testdata/grepinput:10:This pattern is in lower case.
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregenc.c600 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold() argument
602 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(**p); in onigenc_ascii_mbc_case_fold()
714 UChar* lower) in onigenc_mbn_mbc_case_fold() argument
720 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in onigenc_mbn_mbc_case_fold()
729 *lower++ = *p++; in onigenc_mbn_mbc_case_fold()
H A Dregenc.h128 …c_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
141 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
H A Dregparse.c1305 NQTFR(node)->lower = lower; in node_new_quantifier()
2109 if (q->lower == 0) { in popular_quantifier_num()
2113 else if (q->lower == 1) { in popular_quantifier_num()
2118 if (q->lower == 0) { in popular_quantifier_num()
2122 else if (q->lower == 1) { in popular_quantifier_num()
2240 int lower; member
2346 tok->u.repeat.lower = low; in fetch_range_quantifier()
3146 tok->u.repeat.lower = 0; in fetch_token()
3154 tok->u.repeat.lower = 1; in fetch_token()
3162 tok->u.repeat.lower = 0; in fetch_token()
[all …]
H A Dgb18030.c132 UChar* lower) in gb18030_mbc_case_fold() argument
135 pp, end, lower); in gb18030_mbc_case_fold()
/PHP-7.2/ext/date/tests/
H A DDateTimeZone_getLocation.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt19 // Invalid, different (lower) cost
/PHP-7.2/ext/standard/tests/strings/
H A Dmetaphone.phpt17 "But the shadow of horror wheeled and returned, passing lower now, right above them, sweeping the f…
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strrchr_variation6.phpt26 //Greek string in lower case UTF-8
H A Dmb_strstr_variation6.phpt26 //Greek string in lower case UTF-8
H A Dmb_stristr_basic.phpt25 //Greek string in lower case UTF-8
H A Dmb_strrichr_basic.phpt25 //Greek string in lower case UTF-8
H A Dmb_ereg_variation4.phpt33 '[[:lower:]]+',
H A Dmb_ereg_variation3.phpt30 'fjds' => '[[:lower:]]+',
/PHP-7.2/tests/strings/
H A D001.phpt63 $lower = strtolower($test);
64 if ($lower == "abcdefg") {
/PHP-7.2/ext/hash/
H A Dhash.c89 char *lower = zend_str_tolower_dup(algo, algo_len); in php_hash_fetch_ops() local
90 php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, lower, algo_len); in php_hash_fetch_ops()
91 efree(lower); in php_hash_fetch_ops()
100 char *lower = zend_str_tolower_dup(algo, algo_len); in php_hash_register_algo() local
101 zend_hash_str_add_ptr(&php_hash_hashtable, lower, algo_len, (void *) ops); in php_hash_register_algo()
102 efree(lower); in php_hash_register_algo()
/PHP-7.2/ext/oci8/tests/
H A Dbug42841.phpt15 // note a oci_new_connect() occurs lower in the script
/PHP-7.2/
H A DUPGRADING.INTERNALS82 …. Windows builds ship with OpenSSL 1.1 by default, lower versions are still supported with custom …

Completed in 83 milliseconds

12345