Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.c575 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold() argument
577 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(**p); in onigenc_ascii_mbc_case_fold()
662 UChar* lower) in onigenc_mbn_mbc_case_fold() argument
668 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in onigenc_mbn_mbc_case_fold()
677 *lower++ = *p++; in onigenc_mbn_mbc_case_fold()
H A Dregenc.h124 …c_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
135 …old P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* lower));
H A Dregparse.c1356 NQTFR(node)->lower = lower; in node_new_quantifier()
2158 if (q->lower == 0) { in popular_quantifier_num()
2162 else if (q->lower == 1) { in popular_quantifier_num()
2167 if (q->lower == 0) { in popular_quantifier_num()
2171 else if (q->lower == 1) { in popular_quantifier_num()
2289 int lower; member
2395 tok->u.repeat.lower = low; in fetch_range_quantifier()
3159 tok->u.repeat.lower = 0; in fetch_token()
3167 tok->u.repeat.lower = 1; in fetch_token()
3175 tok->u.repeat.lower = 0; in fetch_token()
[all …]
H A Dconfig.h.in98 STACK_DIRECTION < 0 => grows toward lower addresses
/PHP-7.0/ext/date/tests/
H A DDateTimeZone_getLocation.phpt8 die('SKIP php version so lower.');
/PHP-7.0/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt19 // Invalid, different (lower) cost
/PHP-7.0/ext/pcre/pcrelib/testdata/
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.0/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…
H A Dsprintf_f_2.phpt51 var_dump(sprintf("%%x = '%x'", $n)); // hexadecimal representation (lower-case)
/PHP-7.0/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 b'[[:lower:]]+',
H A Dmb_ereg_variation3.phpt30 b'fjds' => b'[[:lower:]]+',
/PHP-7.0/tests/strings/
H A D001.phpt63 $lower = strtolower($test);
64 if ($lower == "abcdefg") {
/PHP-7.0/ext/hash/
H A Dhash.c91 char *lower = zend_str_tolower_dup(algo, algo_len); in php_hash_fetch_ops() local
92 php_hash_ops *ops = zend_hash_str_find_ptr(&php_hash_hashtable, lower, algo_len); in php_hash_fetch_ops()
93 efree(lower); in php_hash_fetch_ops()
102 char *lower = zend_str_tolower_dup(algo, algo_len); in php_hash_register_algo() local
103 zend_hash_str_add_ptr(&php_hash_hashtable, lower, algo_len, (void *) ops); in php_hash_register_algo()
104 efree(lower); in php_hash_register_algo()
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dgb18030.c92 UChar* lower) in gb18030_mbc_case_fold() argument
95 pp, end, lower); in gb18030_mbc_case_fold()
/PHP-7.0/ext/oci8/tests/
H A Dbug42841.phpt15 // note a oci_new_connect() occurs lower in the script

Completed in 69 milliseconds

12345