Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c68 #define strcasecmp stricmp
H A Dmbfl_encoding.c117 #define strcasecmp stricmp
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/PHP-7.2/ext/soap/
H A Dphp_soap.h43 # define stricmp strcasecmp macro
H A Dphp_encoding.c1108 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool()
1109 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool()
1112 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool()
1113 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
H A Dphp_schema.c1597 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1598 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c707 stricmp(Z_STRVAL_P(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1543 stricmp(SG(request_info).query_string, "wsdl") == 0) {
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h245 int (*stricmp)(const char*,const char*); member
547 #define sqlite3_stricmp sqlite3_api->stricmp
H A Dsqlite3.c119313 int (*stricmp)(const char*,const char*);
119615 #define sqlite3_stricmp sqlite3_api->stricmp
/PHP-7.2/ext/com_dotnet/
H A Dcom_typeinfo.c121 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/PHP-7.2/ext/zip/lib/
H A Dzipint.h133 #define strcasecmp stricmp
/PHP-7.2/main/
H A Dfastcgi.c1728 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch2438 - if (stricmp(exepath, dllpath) == 0)
2443 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {

Completed in 658 milliseconds