stricmp 54 Zend/zend_config.w32.h #define strcasecmp(s1, s2) stricmp(s1, s2) stricmp 121 ext/com_dotnet/com_typeinfo.c if (0 == stricmp(libname, search_string)) { stricmp 50 ext/date/lib/timelib.h #define strcasecmp stricmp stricmp 131 ext/fileinfo/libmagic/apptype.c if (stricmp(ext, ".com") == 0) stricmp 192 ext/fileinfo/libmagic/magic.c stricmp(&dllpath[strlen(dllpath) - 3], "bin") == 0) { stricmp 117 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c #define strcasecmp stricmp stricmp 68 ext/mbstring/libmbfl/mbfl/mbfl_language.c #define strcasecmp stricmp stricmp 1163 ext/soap/php_encoding.c if (stricmp((char*)data->children->content, "true") == 0 || stricmp 1164 ext/soap/php_encoding.c stricmp((char*)data->children->content, "t") == 0 || stricmp 1167 ext/soap/php_encoding.c } else if (stricmp((char*)data->children->content, "false") == 0 || stricmp 1168 ext/soap/php_encoding.c stricmp((char*)data->children->content, "f") == 0 || stricmp 670 ext/soap/php_http.c stricmp(Z_STRVAL_PP(tmp), "md5-sess") == 0) { stricmp 1595 ext/soap/php_schema.c if (!stricmp((char*)attr->children->content, "true") || stricmp 1596 ext/soap/php_schema.c !stricmp((char*)attr->children->content, "1")) { stricmp 1511 ext/soap/soap.c stricmp(SG(request_info).query_string, "wsdl") == 0) { stricmp 23249 ext/sqlite3/libsqlite/sqlite3.c pNode && stricmp(shmName, pNode->shmBaseName) != 0; stricmp 13 ext/xmlrpc/libxmlrpc/xmlrpc_win32.h # define strcasecmp(s1, s2) stricmp(s1, s2) stricmp 47 main/SAPI.c #define STRCASECMP stricmp stricmp 1505 sapi/cgi/fastcgi.c if (os_name && stricmp(os_name, "Windows_NT") == 0) {