Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/iconv/
H A Diconv.c344 if (SG(sapi_headers).mimetype && !strncasecmp(SG(sapi_headers).mimetype, "text/", 5)) { in php_iconv_output_handler()
/PHP-5.5/Zend/
H A Dzend_API.c3992 !strncasecmp(name, alias->alias, alias->alias_len)) { in zend_find_alias_name()
4030 !strncasecmp(name, f->common.function_name, len)) { in zend_resolve_method_name()
H A Dzend_language_scanner.c374 if (strncasecmp((char*)pos2, "_HALT_COMPILER", sizeof("_HALT_COMPILER")-1) == 0) { in zend_multibyte_detect_unicode()
1124 …if (CG(short_tags) || !strncasecmp((char*)YYCURSOR + 1, "php", 3) || (*(YYCURSOR + 1) == '=')) { /… in lex_scan()
H A Dzend_compile.c6891 !strncasecmp(class_name, "self", sizeof("self")-1)) { in zend_get_class_fetch_type()
6894 !strncasecmp(class_name, "parent", sizeof("parent")-1)) { in zend_get_class_fetch_type()
6897 !strncasecmp(class_name, "static", sizeof("static")-1)) { in zend_get_class_fetch_type()
/PHP-5.5/ext/ldap/
H A Dldap.c56 #undef strncasecmp
/PHP-5.5/ext/phar/
H A Dphar.c2268 if (!strncasecmp(filename, "phar://", 7)) {
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c934 if (host_len == sizeof("localhost") - 1 && !strncasecmp(host, "localhost", host_len)) {
/PHP-5.5/ext/curl/
H A Dinterface.c211 if (uri->scheme && !strncasecmp("file", uri->scheme, sizeof("file"))) { in php_curl_option_url()
/PHP-5.5/ext/date/lib/
H A Dparse_date.c482 …if (!strncasecmp(*ptr, "nd", 2) || !strncasecmp(*ptr, "rd", 2) ||!strncasecmp(*ptr, "st", 2) || !s… in timelib_skip_day_suffix()
/PHP-5.5/ext/standard/
H A Dstring.c4845 if (state == 2 && p > buf+2 && strncasecmp(p-2, "xm", 2) == 0) {
/PHP-5.5/ext/soap/
H A Dphp_sdl.c3298 strncasecmp(uri, "https://", sizeof("https://")-1) != 0) { in get_sdl()
/PHP-5.5/
H A DNEWS8705 - Fixed bug #36944 (strncmp & strncasecmp do not return false on negative

Completed in 159 milliseconds

1234