Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dstrcasestr.c54 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp()
55 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
73 c = tolower((unsigned char)c); in strcasestr()
79 } while ((char)tolower((unsigned char)sc) != c); in strcasestr()
H A Dsoftmagic.c2028 if ((v = tolower(*b++) - *a++) != '\0') in file_strncmp()
H A Dapprentice.c66 tolower(CAST(unsigned char, l)) : (l))
/php-src/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.c727 headers_lc[i] = tolower(headers_lc[i]); in PostHeader()
/php-src/ext/standard/tests/filters/
H A Dbasic.phpt7 $filters = array("string.rot13", "string.toupper", "string.tolower");
36 filter: string.tolower
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c95 for (i = 0; i < 256; i++) *p++ = tolower(i);
101 int c = islower(i)? toupper(i) : tolower(i);
H A Dpcre2_compile.c2208 name[i] = tolower(c); in get_ucp()
2221 name[0] = tolower(c); in get_ucp()
/php-src/ext/standard/
H A Durl.c434 c = tolower(c); in php_htoi()
439 c = tolower(c); in php_htoi()
H A Durl_scanner_ex.re88 *q = tolower(*q);
137 *q = tolower(*q);
460 ZSTR_VAL(ctx->tag.s)[i] = tolower((int)(unsigned char)ZSTR_VAL(ctx->tag.s)[i]);
/php-src/ext/intl/uchar/
H A Duchar.c607 IC_CHAR_METHOD_CHAR(tolower)
H A Duchar.stub.php1573 public static function tolower(int|string $codepoint): int|string|null {} function in IntlChar
H A Duchar_arginfo.h243 ZEND_METHOD(IntlChar, tolower);
306 ZEND_ME(IntlChar, tolower, arginfo_class_IntlChar_tolower, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/php-src/main/
H A Dphp_ini.c43 else *tmp = tolower(*tmp); \
H A DSAPI.c196 *p = tolower(*p); in sapi_read_post_data()
/php-src/ext/intl/locale/
H A Dlocale_methods.c1232 *retstr = tolower(*str); in strToMatch()
/php-src/Zend/
H A Dzend_operators.c58 #define zend_tolower(c) tolower(c)
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c7027 luaL_addchar(&b,tolower(uchar(s[i])));
7129 switch(tolower(cl)){

Completed in 131 milliseconds