Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 76 – 86 of 86) sorted by relevance

1234

/PHP-7.1/ext/iconv/
H A Diconv.c411 if (SG(sapi_headers).mimetype && !strncasecmp(SG(sapi_headers).mimetype, "text/", 5)) { in php_iconv_output_handler()
/PHP-7.1/ext/session/
H A Dsession.c584 if (!strncasecmp(ZSTR_VAL(new_value), "on", sizeof("on"))) { in PHP_INI_MH()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c559 if (hostname.l == sizeof("localhost") - 1 && !strncasecmp(hostname.s, "localhost", hostname.l)) {
/PHP-7.1/Zend/
H A Dzend_language_scanner.c397 if (strncasecmp((char*)pos2, "_HALT_COMPILER", sizeof("_HALT_COMPILER")-1) == 0) { in zend_multibyte_detect_unicode()
1181 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /… in lex_scan()
H A Dzend_API.c4212 …!strncasecmp(ZSTR_VAL(name), ZSTR_VAL(f->common.function_name), ZSTR_LEN(f->common.function_name))… in zend_resolve_method_name()
/PHP-7.1/ext/ldap/
H A Dldap.c56 #undef strncasecmp
/PHP-7.1/ext/curl/
H A Dinterface.c213 if (uri->scheme && !strncasecmp("file", uri->scheme, sizeof("file"))) { in php_curl_option_url()
/PHP-7.1/ext/phar/
H A Dphar.c2210 if (!strncasecmp(filename, "phar://", 7)) {
/PHP-7.1/ext/date/lib/
H A Dparse_date.c505 …if (!strncasecmp(*ptr, "nd", 2) || !strncasecmp(*ptr, "rd", 2) ||!strncasecmp(*ptr, "st", 2) || !s… in timelib_skip_day_suffix()
/PHP-7.1/ext/soap/
H A Dphp_sdl.c3272 strncasecmp(uri, "https://", sizeof("https://")-1) != 0) { in get_sdl()
/PHP-7.1/ext/standard/
H A Dstring.c4866 if (state == 2 && p > buf+4 && strncasecmp(p-4, "<?xm", 4) == 0) {

Completed in 161 milliseconds

1234