Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 18 of 18) sorted by relevance

/PHP-8.1/ext/fileinfo/libmagic/
H A Dstrcasestr.c56 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp()
57 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
75 c = tolower((unsigned char)c); in strcasestr()
81 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
H A Dsoftmagic.c1949 if ((v = tolower(*b++) - *a++) != '\0') in file_strncmp()
H A Dapprentice.c74 tolower(CAST(unsigned char, l)) : (l))
/PHP-8.1/win32/
H A Dfnmatch.c136 (tolower((unsigned char)c) == in fnmatch()
137 tolower((unsigned char)*string))) in fnmatch()
168 test = tolower((unsigned char)test); in rangematch()
177 c = tolower((unsigned char)c); in rangematch()
188 c2 = tolower((unsigned char)c2); in rangematch()
H A Dsendmail.c728 headers_lc[i] = tolower(headers_lc[i]); in PostHeader()
/PHP-8.1/ext/standard/tests/filters/
H A Dbasic.phpt7 $filters = array("string.rot13", "string.toupper", "string.tolower");
36 filter: string.tolower
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c97 for (i = 0; i < 256; i++) *p++ = tolower(i);
101 for (i = 0; i < 256; i++) *p++ = islower(i)? toupper(i) : tolower(i);
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php178 public static function tolower(int|string $codepoint): int|string|null {} function in IntlChar
H A Duchar_arginfo.h244 ZEND_METHOD(IntlChar, tolower);
308 ZEND_ME(IntlChar, tolower, arginfo_class_IntlChar_tolower, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Duchar.c605 IC_CHAR_METHOD_CHAR(tolower)
/PHP-8.1/ext/standard/
H A Durl.c434 c = tolower(c); in php_htoi()
439 c = tolower(c); in php_htoi()
H A Dstring.c1414 *c = tolower(*c); in php_strtolower()
1443 *r = tolower(*c); in php_string_tolower()
2078 lowered = tolower(*ZSTR_VAL(needle));
2080 if (tolower(*e) == lowered) {
2639 unsigned char r = tolower(ZSTR_VAL(str)[0]);
2941 lc_from = tolower(from);
2943 if (tolower(*source) == lc_from) {
2979 if (tolower(*source) == lc_from) {
4806 c = tolower(*t);
4834 c = tolower(*(++t));
H A Durl_scanner_ex.re88 *q = tolower(*q);
137 *q = tolower(*q);
457 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
/PHP-8.1/main/
H A Dphp_ini.c43 else *tmp = tolower(*tmp); \
H A DSAPI.c196 *p = tolower(*p); in sapi_read_post_data()
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c1138 *retstr = tolower(*str); in strToMatch()
/PHP-8.1/Zend/
H A Dzend_operators.c52 #define zend_tolower(c) tolower(c)
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c7021 luaL_addchar(&b,tolower(uchar(s[i])));
7123 switch(tolower(cl)){

Completed in 97 milliseconds