Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dmagic.c103 if (p && (stricmp(p, ".exe") in unreadable_info()
104 || stricmp(p, ".dll") in unreadable_info()
105 || stricmp(p, ".bat") in unreadable_info()
106 || stricmp(p, ".cmd"))) in unreadable_info()
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c57 #define strcasecmp stricmp
H A Dmbfl_encoding.c60 #define strcasecmp stricmp
/PHP-8.3/ext/soap/
H A Dphp_soap.h40 # define stricmp strcasecmp macro
H A Dphp_encoding.c1136 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool()
1137 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool()
1140 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool()
1141 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
H A Dphp_schema.c1615 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1616 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c719 stricmp(Z_STRVAL_P(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1186 stricmp(SG(request_info).query_string, "wsdl") == 0) {
/PHP-8.3/ext/com_dotnet/
H A Dcom_typeinfo.c144 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/PHP-8.3/main/
H A Dfastcgi.c1734 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch2282 - if (stricmp(exepath, dllpath) == 0)
2287 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {

Completed in 60 milliseconds