Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2)
/PHP-5.3/Zend/
H A Dzend_config.w32.h54 #define strcasecmp(s1, s2) stricmp(s1, s2)
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c68 #define strcasecmp stricmp
H A Dmbfl_encoding.c109 #define strcasecmp stricmp
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
H A Dmagic.c186 stricmp(&dllpath[strlen(dllpath) - 3], "bin") == 0) {
/PHP-5.3/ext/soap/
H A Dphp_soap.h45 # define stricmp strcasecmp macro
H A Dphp_encoding.c1176 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool()
1177 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool()
1180 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool()
1181 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
H A Dphp_schema.c1579 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1580 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c606 stricmp(Z_STRVAL_PP(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1638 stricmp(SG(request_info).query_string, "wsdl") == 0) {
/PHP-5.3/ext/date/lib/
H A Dtimelib.h50 #define strcasecmp stricmp
/PHP-5.3/ext/com_dotnet/
H A Dcom_typeinfo.c121 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/PHP-5.3/main/
H A DSAPI.c45 #define STRCASECMP stricmp
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c1272 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c23249 pNode && stricmp(shmName, pNode->shmBaseName) != 0;

Completed in 374 milliseconds