Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.c57 #define strcasecmp stricmp
H A Dmbfl_encoding.c82 #define strcasecmp stricmp
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapptype.c131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
/PHP-8.1/ext/soap/
H A Dphp_soap.h40 # define stricmp strcasecmp macro
H A Dphp_encoding.c1100 if (stricmp((char*)data->children->content, "true") == 0 || in to_zval_bool()
1101 stricmp((char*)data->children->content, "t") == 0 || in to_zval_bool()
1104 } else if (stricmp((char*)data->children->content, "false") == 0 || in to_zval_bool()
1105 stricmp((char*)data->children->content, "f") == 0 || in to_zval_bool()
H A Dphp_schema.c1594 if (!stricmp((char*)attr->children->content, "true") || in schema_element()
1595 !stricmp((char*)attr->children->content, "1")) { in schema_element()
H A Dphp_http.c705 stricmp(Z_STRVAL_P(tmp), "md5-sess") == 0) { in make_http_soap_request()
H A Dsoap.c1230 stricmp(SG(request_info).query_string, "wsdl") == 0) {
/PHP-8.1/ext/com_dotnet/
H A Dcom_typeinfo.c144 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
/PHP-8.1/main/
H A Dfastcgi.c1723 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch2505 - if (stricmp(exepath, dllpath) == 0)
2510 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {

Completed in 58 milliseconds