Searched refs:stricmp (Results 1 – 11 of 11) sorted by relevance
/PHP-8.1/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_language.c | 57 #define strcasecmp stricmp
|
H A D | mbfl_encoding.c | 82 #define strcasecmp stricmp
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | apptype.c | 131 if (stricmp(ext, ".com") == 0) in file_os2_apptype()
|
/PHP-8.1/ext/soap/ |
H A D | php_soap.h | 40 # define stricmp strcasecmp macro
|
H A D | php_encoding.c | 1100 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 D | php_schema.c | 1594 if (!stricmp((char*)attr->children->content, "true") || in schema_element() 1595 !stricmp((char*)attr->children->content, "1")) { in schema_element()
|
H A D | php_http.c | 705 stricmp(Z_STRVAL_P(tmp), "md5-sess") == 0) { in make_http_soap_request()
|
H A D | soap.c | 1230 stricmp(SG(request_info).query_string, "wsdl") == 0) {
|
/PHP-8.1/ext/com_dotnet/ |
H A D | com_typeinfo.c | 144 if (0 == stricmp(libname, search_string)) { in php_com_load_typelib()
|
/PHP-8.1/main/ |
H A D | fastcgi.c | 1723 if (os_name && stricmp(os_name, "Windows_NT") == 0) {
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 2505 - if (stricmp(exepath, dllpath) == 0) 2510 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {
|
Completed in 88 milliseconds