Home
last modified time | relevance | path

Searched refs:lower (Results 26 – 50 of 103) sorted by relevance

12345

/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Dsjis.c131 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
136 *lower = ONIGENC_ASCII_CODE_TO_LOWER_CASE(*p); in mbc_case_fold()
145 *lower++ = *p++; in mbc_case_fold()
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16341 Subject length lower bound = 1
380 Subject length lower bound = 3
400 Subject length lower bound = 1
419 Subject length lower bound = 1
438 Subject length lower bound = 1
458 Subject length lower bound = 1
668 Subject length lower bound = 1
694 Subject length lower bound = 1
714 Subject length lower bound = 1
726 Subject length lower bound = 1
[all …]
H A Dtestoutput18-32339 Subject length lower bound = 1
378 Subject length lower bound = 3
398 Subject length lower bound = 1
417 Subject length lower bound = 1
436 Subject length lower bound = 1
456 Subject length lower bound = 1
665 Subject length lower bound = 1
691 Subject length lower bound = 1
711 Subject length lower bound = 1
723 Subject length lower bound = 1
[all …]
H A Dwintestoutput386 Subject length lower bound = 1
95 Subject length lower bound = 1
152 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestoutput1957 Subject length lower bound = 17
93 Subject length lower bound = 1
103 Subject length lower bound = 1
H A Dtestoutput395 Subject length lower bound = 1
104 Subject length lower bound = 1
160 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfr_FR
H A Dtestoutput15483 Subject length lower bound = 1
521 Subject length lower bound = 3
541 Subject length lower bound = 1
560 Subject length lower bound = 1
579 Subject length lower bound = 1
599 Subject length lower bound = 1
801 Subject length lower bound = 1
827 Subject length lower bound = 1
847 Subject length lower bound = 1
857 Subject length lower bound = 2
[all …]
H A Dtestoutput22-1639 Subject length lower bound = 2
66 Subject length lower bound = 2
H A Dtestoutput22-3251 Subject length lower bound = 2
78 Subject length lower bound = 2
H A Dtestoutput1310 Subject length lower bound = 3
H A Dwintestinput389 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
H A Dtestoutput21-1652 Subject length lower bound = 6
85 Subject length lower bound = 6
H A Dtestoutput21-3264 Subject length lower bound = 6
97 Subject length lower bound = 6
/PHP-7.0/ext/spl/tests/
H A DSplFixedArray_setSize_filled_to_smaller.phpt2 Create array, fills it with and resizes it to lower value.
/PHP-7.0/ext/standard/tests/streams/
H A Dstream_get_transports.phpt8 die('SKIP php version so lower.');
H A Dstream_get_wrappers.phpt8 die('SKIP php version so lower.');
H A Dstream_socket_get_name.phpt8 die('SKIP php version so lower.');
H A Dstream_socket_recvfrom.phpt8 die('SKIP php version so lower.');
/PHP-7.0/ext/json/tests/
H A Dbug72787.phpt14 Warning: json_decode(): Depth must be lower than %d in %s on line %d
/PHP-7.0/ext/standard/tests/network/
H A Dgethostname.phpt8 die('SKIP php version so lower.');
/PHP-7.0/ext/hash/tests/
H A Dhash_update_file.phpt8 die('SKIP php version so lower.');
H A Dhash_update_stream.phpt8 die('SKIP php version so lower.');
/PHP-7.0/ext/iconv/tests/
H A Dbug53304.phpt2 Bug #53304 (quot_print_decode does not handle lower-case hex digits)
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c675 p[id].lower = lower; in entry_repeat_range()
763 if (qn->lower == 1) in compile_length_quantifier_node()
771 if (qn->lower == 0) in compile_length_quantifier_node()
991 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_length_quantifier_node()
1065 (qn->lower <= 1 || tlen * qn->lower <= QUANTIFIER_EXPAND_LIMIT_SIZE)) { in compile_quantifier_node()
3560 qn->upper = (qn->lower == 0 ? 1 : qn->lower); in setup_comb_exp_check()
3747 if (qn->lower > 1) qn->lower = 1; in setup_tree()
3765 if (!IS_REPEAT_INFINITE(qn->lower) && qn->lower == qn->upper && in setup_tree()
3766 qn->lower > 1 && qn->lower <= EXPAND_STRING_MAX_LENGTH) { in setup_tree()
4790 if (qn->lower > 0) { in optimize_node_left()
[all …]
/PHP-7.0/ext/mbstring/ucgendat/
H A Ducgendat.c172 static _case_t *lower; variable
638 lower = (_case_t *) malloc(sizeof(_case_t) << 3); in add_lower()
640 lower = (_case_t *) realloc((char *) lower, in add_lower()
648 for (i = 0; i < lower_used && code > lower[i].key; i++) ; in add_lower()
655 (void) AC_MEMCPY((char *) &lower[j], (char *) &lower[j - 1], in add_lower()
659 lower[i].key = cases[1]; /* Lower */ in add_lower()
660 lower[i].other1 = cases[0]; /* Upper */ in add_lower()
661 lower[i].other2 = cases[2]; /* Title */ in add_lower()
1458 write_case(out, lower, lower_used, !upper_used); in write_cdata()
1505 fwrite((char *) lower, sizeof(_case_t), lower_used, out); in write_cdata()

Completed in 51 milliseconds

12345