strcasecmp 1500 Zend/zend_API.c if (strcasecmp(dep->name, r->name) == 0) {
strcasecmp 99 Zend/zend_builtin_functions.c ZEND_FE(strcasecmp, NULL)
strcasecmp 1343 Zend/zend_compile.c if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
strcasecmp 1354 Zend/zend_compile.c if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
strcasecmp 2031 Zend/zend_compile.c && strcasecmp(fe->common.arg_info[i].class_name, proto->common.arg_info[i].class_name)!=0) {
strcasecmp 446 Zend/zend_ini.c if (tmp_value_len == 4 && strcasecmp(tmp_value, "true") == 0) {
strcasecmp 448 Zend/zend_ini.c } else if (tmp_value_len == 3 && strcasecmp(tmp_value, "yes") == 0) {
strcasecmp 450 Zend/zend_ini.c } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) {
strcasecmp 530 Zend/zend_ini.c if (new_value_length == 2 && strcasecmp("on", new_value) == 0) {
strcasecmp 533 Zend/zend_ini.c else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) {
strcasecmp 536 Zend/zend_ini.c else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) {
strcasecmp 309 ext/bz2/bz2_filter.c if (strcasecmp(filtername, "bzip2.decompress") == 0) {
strcasecmp 331 ext/bz2/bz2_filter.c } else if (strcasecmp(filtername, "bzip2.compress") == 0) {
strcasecmp 341 ext/curl/streams.c if (strcasecmp(Z_STRVAL_PP(ctx_opt), "get")) {
strcasecmp 342 ext/curl/streams.c if (!strcasecmp(Z_STRVAL_PP(ctx_opt), "head")) {
strcasecmp 345 ext/curl/streams.c if (!strcasecmp(Z_STRVAL_PP(ctx_opt), "post")) {
strcasecmp 513 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 546 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 584 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 632 ext/date/lib/parse_date.c if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
strcasecmp 637 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 224 ext/date/lib/parse_tz.c int cmp = strcasecmp(timezone, tzdb->index[mid].id);
strcasecmp 42 ext/date/lib/timelib.h #if defined(_MSC_VER) && !defined(strcasecmp)
strcasecmp 493 ext/dba/dba.c for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++);
strcasecmp 694 ext/dba/dba.c for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL_PP(args[2])); hptr++);
strcasecmp 232 ext/dba/libinifile/inifile.c if (!strcasecmp(k1->group, k2->group)) {
strcasecmp 233 ext/dba/libinifile/inifile.c if (!strcasecmp(k1->name, k2->name)) {
strcasecmp 1340 ext/dom/php_dom.c if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML"))
strcasecmp 121 ext/filter/filter.c if ((strcasecmp(new_value, filter_list[i].name) == 0)) {
strcasecmp 184 ext/gd/libgd/xbm.c if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0';
strcasecmp 2403 ext/iconv/iconv.c if(!strcasecmp("input_encoding", type)) {
strcasecmp 2405 ext/iconv/iconv.c } else if(!strcasecmp("output_encoding", type)) {
strcasecmp 2407 ext/iconv/iconv.c } else if(!strcasecmp("internal_encoding", type)) {
strcasecmp 2431 ext/iconv/iconv.c if (!strcasecmp("all", type)) {
strcasecmp 2436 ext/iconv/iconv.c } else if (!strcasecmp("input_encoding", type)) {
strcasecmp 2438 ext/iconv/iconv.c } else if (!strcasecmp("output_encoding", type)) {
strcasecmp 2440 ext/iconv/iconv.c } else if (!strcasecmp("internal_encoding", type)) {
strcasecmp 4132 ext/imap/php_imap.c if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) {
strcasecmp 458 ext/json/json.c if (!strcasecmp(parameter, "null")) {
strcasecmp 460 ext/json/json.c } else if (!strcasecmp(parameter, "true")) {
strcasecmp 463 ext/json/json.c } else if (parameter_len == 5 && !strcasecmp(parameter, "false")) {
strcasecmp 201 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp(encoding->name, name) == 0) {
strcasecmp 210 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp(encoding->mime_name, name) == 0) {
strcasecmp 222 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp((*encoding->aliases)[j], name) == 0) {
strcasecmp 99 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp(language->name, name) == 0) {
strcasecmp 106 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp(language->short_name, name) == 0) {
strcasecmp 117 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp((*language->aliases)[j], name) == 0) {
strcasecmp 403 ext/mbstring/mbstring.c if (strcasecmp(p1, "auto") == 0) {
strcasecmp 499 ext/mbstring/mbstring.c if (strcasecmp(Z_STRVAL_PP(hash_entry), "auto") == 0) {
strcasecmp 709 ext/mbstring/mbstring.c if (strcasecmp("none", new_value) == 0) {
strcasecmp 712 ext/mbstring/mbstring.c } else if (strcasecmp("long", new_value) == 0) {
strcasecmp 715 ext/mbstring/mbstring.c } else if (strcasecmp("entity", new_value) == 0) {
strcasecmp 1346 ext/mbstring/mbstring.c if (strcasecmp("none", Z_STRVAL_PP(arg1)) == 0) {
strcasecmp 1348 ext/mbstring/mbstring.c } else if (strcasecmp("long", Z_STRVAL_PP(arg1)) == 0) {
strcasecmp 1350 ext/mbstring/mbstring.c } else if (strcasecmp("entity", Z_STRVAL_PP(arg1)) == 0) {
strcasecmp 3627 ext/mbstring/mbstring.c if (strcasecmp(param_name, "charset") == 0) {
strcasecmp 3845 ext/mbstring/mbstring.c if (!typ || !strcasecmp("all", typ)) {
strcasecmp 3935 ext/mbstring/mbstring.c } else if (!strcasecmp("internal_encoding", typ)) {
strcasecmp 3939 ext/mbstring/mbstring.c } else if (!strcasecmp("http_input", typ)) {
strcasecmp 3943 ext/mbstring/mbstring.c } else if (!strcasecmp("http_output", typ)) {
strcasecmp 3947 ext/mbstring/mbstring.c } else if (!strcasecmp("func_overload", typ)) {
strcasecmp 3949 ext/mbstring/mbstring.c } else if (!strcasecmp("func_overload_list", typ)) {
strcasecmp 3962 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_charset", typ)) {
strcasecmp 3966 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_header_encoding", typ)) {
strcasecmp 3970 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_body_encoding", typ)) {
strcasecmp 3974 ext/mbstring/mbstring.c } else if (!strcasecmp("illegal_chars", typ)) {
strcasecmp 3976 ext/mbstring/mbstring.c } else if (!strcasecmp("encoding_translation", typ)) {
strcasecmp 3982 ext/mbstring/mbstring.c } else if (!strcasecmp("language", typ)) {
strcasecmp 3986 ext/mbstring/mbstring.c } else if (!strcasecmp("detect_order", typ)) {
strcasecmp 4000 ext/mbstring/mbstring.c } else if (!strcasecmp("substitute_character", typ)) {
strcasecmp 4010 ext/mbstring/mbstring.c } else if (!strcasecmp("strict_detection", typ)) {
strcasecmp 4018 ext/mbstring/mbstring.c if (!strcasecmp("script_encoding", typ)) {
strcasecmp 251 ext/mbstring/php_mbregex.c if (strcasecmp(p, pname) == 0) {
strcasecmp 812 ext/msql/php_msql.c if ((!table_name || !strcasecmp(tmp_field->table,table_name)) && !strcasecmp(tmp_field->name,field_name)) {
strcasecmp 1827 ext/mssql/php_mssql.c if (!strcasecmp(result->fields[i].name, Z_STRVAL_PP(field))) {
strcasecmp 686 ext/mysql/php_mysql.c if (!strcasecmp(mysql_stat(le->ptr), "mysql server has gone away")) { /* the link died */
strcasecmp 1376 ext/mysql/php_mysql.c if (MySG(trace_mode) || !strcasecmp(get_active_function_name(TSRMLS_C), "mysql")) {
strcasecmp 1800 ext/mysql/php_mysql.c if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, field_name)) {
strcasecmp 435 ext/odbc/birdstep.c if ( !strcasecmp(res->values[i].name,field)) {
strcasecmp 1771 ext/odbc/php_odbc.c if (!strcasecmp(result->values[i].name, field)) {
strcasecmp 2624 ext/odbc/php_odbc.c if (strcasecmp(result->values[i].name, fname) == 0)
strcasecmp 65 ext/openssl/xp_ssl.c if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) {
strcasecmp 118 ext/pdo_odbc/pdo_odbc.c if (strcasecmp(pooling_val, "strict") == 0 || strcmp(pooling_val, "1") == 0) {
strcasecmp 121 ext/pdo_odbc/pdo_odbc.c } else if (strcasecmp(pooling_val, "relaxed") == 0) {
strcasecmp 124 ext/pdo_odbc/pdo_odbc.c } else if (*pooling_val == '\0' || strcasecmp(pooling_val, "off") == 0) {
strcasecmp 5002 ext/pgsql/pgsql.c } else if (!strcasecmp(Z_STRVAL_PP(val), "now()")) {
strcasecmp 194 ext/readline/readline.c if (! strcasecmp(Z_STRVAL_PP(what),"line_buffer")) {
strcasecmp 202 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"point")) {
strcasecmp 204 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"end")) {
strcasecmp 207 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"mark")) {
strcasecmp 209 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"done")) {
strcasecmp 216 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"pending_input")) {
strcasecmp 223 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"prompt")) {
strcasecmp 225 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"terminal_name")) {
strcasecmp 229 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"erase_empty_line")) {
strcasecmp 237 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"library_version")) {
strcasecmp 239 ext/readline/readline.c } else if (! strcasecmp(Z_STRVAL_PP(what),"readline_name")) {
strcasecmp 873 ext/reflection/php_reflection.c if ((*pce)->module && !strcasecmp((*pce)->module->name, module->name)) {
strcasecmp 4306 ext/reflection/php_reflection.c if ((*pce)->module && !strcasecmp((*pce)->module->name, module->name)) {
strcasecmp 1064 ext/session/session.c if (!strcasecmp(lim->name, PS(cache_limiter))) {
strcasecmp 1158 ext/session/session.c if (*mod && !strcasecmp(name, (*mod)->s_name)) {
strcasecmp 1172 ext/session/session.c if (!strcasecmp(name, mod->name)) {
strcasecmp 797 ext/snmp/snmp.c if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) {
strcasecmp 800 ext/snmp/snmp.c } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) {
strcasecmp 803 ext/snmp/snmp.c } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) {
strcasecmp 818 ext/snmp/snmp.c if (!strcasecmp(prot, "MD5")) {
strcasecmp 822 ext/snmp/snmp.c } else if (!strcasecmp(prot, "SHA")) {
strcasecmp 839 ext/snmp/snmp.c if (!strcasecmp(prot, "DES")) {
strcasecmp 844 ext/snmp/snmp.c } else if (!strcasecmp(prot, "AES128")
strcasecmp 860 ext/snmp/snmp.c || !strcasecmp(prot, "AES")) {
strcasecmp 869 ext/snmp/snmp.c } else if (!strcasecmp(prot, "AES192")) {
strcasecmp 873 ext/snmp/snmp.c } else if (!strcasecmp(prot, "AES256")) {
strcasecmp 312 ext/soap/interop/client_round2_interop.php (strcasecmp(get_class($soapval),"SoapParam") == 0 ||
strcasecmp 313 ext/soap/interop/client_round2_interop.php strcasecmp(get_class($soapval),"SoapVar") == 0)) {
strcasecmp 314 ext/soap/interop/client_round2_interop.php if (strcasecmp(get_class($soapval),"SoapParam") == 0)
strcasecmp 324 ext/soap/interop/client_round2_interop.php (strcasecmp(get_class($soapval),"SoapParam") == 0 ||
strcasecmp 325 ext/soap/interop/client_round2_interop.php strcasecmp(get_class($soapval),"SoapVar") == 0)) {
strcasecmp 36 ext/soap/interop/test.utility.php return strcasecmp($f1,$f2) == 0;
strcasecmp 76 ext/soap/interop/test.utility.php return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
strcasecmp 45 ext/soap/php_soap.h # define stricmp strcasecmp
strcasecmp 41 ext/spl/examples/class_tree.php if (strcasecmp(get_parent_class($cname), $base) == 0)
strcasecmp 49 ext/spl/examples/class_tree.php if (strcasecmp($iname, $base) == 0)
strcasecmp 62 ext/spl/examples/class_tree.php if (strcasecmp($iname, $base) == 0)
strcasecmp 1900 ext/sqlite/sqlite.c if (!strcasecmp((char*)colnames[j], Z_STRVAL_P(which))) {
strcasecmp 208 ext/standard/browscap.c else if (!strcasecmp(Z_STRVAL_PP(previous_match), lookup_browser_name)) {
strcasecmp 286 ext/standard/dns.c if (!strcasecmp("A", Z_STRVAL_PP(arg2))) type = T_A;
strcasecmp 287 ext/standard/dns.c else if (!strcasecmp("NS", Z_STRVAL_PP(arg2))) type = DNS_T_NS;
strcasecmp 288 ext/standard/dns.c else if (!strcasecmp("MX", Z_STRVAL_PP(arg2))) type = DNS_T_MX;
strcasecmp 289 ext/standard/dns.c else if (!strcasecmp("PTR", Z_STRVAL_PP(arg2))) type = DNS_T_PTR;
strcasecmp 290 ext/standard/dns.c else if (!strcasecmp("ANY", Z_STRVAL_PP(arg2))) type = DNS_T_ANY;
strcasecmp 291 ext/standard/dns.c else if (!strcasecmp("SOA", Z_STRVAL_PP(arg2))) type = DNS_T_SOA;
strcasecmp 292 ext/standard/dns.c else if (!strcasecmp("TXT", Z_STRVAL_PP(arg2))) type = DNS_T_TXT;
strcasecmp 293 ext/standard/dns.c else if (!strcasecmp("CNAME", Z_STRVAL_PP(arg2))) type = DNS_T_CNAME;
strcasecmp 294 ext/standard/dns.c else if (!strcasecmp("AAAA", Z_STRVAL_PP(arg2))) type = DNS_T_AAAA;
strcasecmp 295 ext/standard/dns.c else if (!strcasecmp("SRV", Z_STRVAL_PP(arg2))) type = DNS_T_SRV;
strcasecmp 296 ext/standard/dns.c else if (!strcasecmp("NAPTR", Z_STRVAL_PP(arg2))) type = DNS_T_NAPTR;
strcasecmp 297 ext/standard/dns.c else if (!strcasecmp("A6", Z_STRVAL_PP(arg2))) type = DNS_T_A6;
strcasecmp 401 ext/standard/file.c md.in_meta = !strcasecmp("meta", md.token_data);
strcasecmp 403 ext/standard/file.c if (strcasecmp("head", md.token_data) == 0) {
strcasecmp 436 ext/standard/file.c if (strcasecmp("name", md.token_data) == 0) {
strcasecmp 440 ext/standard/file.c } else if (strcasecmp("content", md.token_data) == 0) {
strcasecmp 1811 ext/standard/file.c !strcasecmp(sp, dp);
strcasecmp 1788 ext/standard/filters.c if (strcasecmp(dot, "base64-encode") == 0) {
strcasecmp 1790 ext/standard/filters.c } else if (strcasecmp(dot, "base64-decode") == 0) {
strcasecmp 1792 ext/standard/filters.c } else if (strcasecmp(dot, "quoted-printable-encode") == 0) {
strcasecmp 1794 ext/standard/filters.c } else if (strcasecmp(dot, "quoted-printable-decode") == 0) {
strcasecmp 1876 ext/standard/filters.c if (strcasecmp(filtername, "consumed")) {
strcasecmp 436 ext/standard/info.c return strcasecmp(((zend_module_entry *)f->pData)->name,
strcasecmp 182 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "memory")) {
strcasecmp 186 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "output")) {
strcasecmp 190 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "input")) {
strcasecmp 200 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "stdin")) {
strcasecmp 219 ext/standard/php_fopen_wrapper.c } else if (!strcasecmp(path, "stdout")) {
strcasecmp 232 ext/standard/php_fopen_wrapper.c } else if (!strcasecmp(path, "stderr")) {
strcasecmp 4123 ext/standard/string.c if (!strcasecmp ("LC_ALL", category))
strcasecmp 4125 ext/standard/string.c else if (!strcasecmp ("LC_COLLATE", category))
strcasecmp 4127 ext/standard/string.c else if (!strcasecmp ("LC_CTYPE", category))
strcasecmp 4130 ext/standard/string.c else if (!strcasecmp ("LC_MESSAGES", category))
strcasecmp 4133 ext/standard/string.c else if (!strcasecmp ("LC_MONETARY", category))
strcasecmp 4135 ext/standard/string.c else if (!strcasecmp ("LC_NUMERIC", category))
strcasecmp 4137 ext/standard/string.c else if (!strcasecmp ("LC_TIME", category))
strcasecmp 103 ext/standard/type.c if (!strcasecmp(new_type, "integer")) {
strcasecmp 105 ext/standard/type.c } else if (!strcasecmp(new_type, "int")) {
strcasecmp 107 ext/standard/type.c } else if (!strcasecmp(new_type, "float")) {
strcasecmp 109 ext/standard/type.c } else if (!strcasecmp(new_type, "double")) { /* deprecated */
strcasecmp 111 ext/standard/type.c } else if (!strcasecmp(new_type, "string")) {
strcasecmp 113 ext/standard/type.c } else if (!strcasecmp(new_type, "array")) {
strcasecmp 115 ext/standard/type.c } else if (!strcasecmp(new_type, "object")) {
strcasecmp 117 ext/standard/type.c } else if (!strcasecmp(new_type, "bool")) {
strcasecmp 119 ext/standard/type.c } else if (!strcasecmp(new_type, "boolean")) {
strcasecmp 121 ext/standard/type.c } else if (!strcasecmp(new_type, "null")) {
strcasecmp 123 ext/standard/type.c } else if (!strcasecmp(new_type, "resource")) {
strcasecmp 54 ext/standard/url_scanner.c if (!strcasecmp(tag,"a") && !strcasecmp(attr,"href")) {
strcasecmp 56 ext/standard/url_scanner.c } else if (!strcasecmp(tag,"area" ) && !strcasecmp(attr,"href" )) {
strcasecmp 58 ext/standard/url_scanner.c } else if (!strcasecmp(tag,"form" ) && !strcasecmp(attr,"action" )) {
strcasecmp 60 ext/standard/url_scanner.c } else if (!strcasecmp(tag,"frame") && !strcasecmp(attr,"source" )) {
strcasecmp 62 ext/standard/url_scanner.c } else if (!strcasecmp(tag,"img" ) && !strcasecmp(attr,"action" )) {
strcasecmp 1326 ext/sybase/php_sybase_db.c if (!strcasecmp(result->fields[i].name,Z_STRVAL_PP(field))) {
strcasecmp 2066 ext/sybase_ct/php_sybase_ct.c if (!strcasecmp(result->fields[i].name, Z_STRVAL_PP(field))) {
strcasecmp 494 ext/xml/xml.c if (strcasecmp(name, enc->name) == 0) {
strcasecmp 1094 ext/xml/xml.c } else if (strcasecmp(encoding_param, "ISO-8859-1") == 0) {
strcasecmp 1096 ext/xml/xml.c } else if (strcasecmp(encoding_param, "UTF-8") == 0) {
strcasecmp 1098 ext/xml/xml.c } else if (strcasecmp(encoding_param, "US-ASCII") == 0) {
strcasecmp 1262 ext/xmlrpc/libxmlrpc/xmlrpc.c if(!strcasecmp(xIter->id.str, id)) {
strcasecmp 68 ext/zip/lib/zip_name_locate.c cmp = (flags & ZIP_FL_NOCASE) ? strcasecmp : strcmp;
strcasecmp 310 ext/zlib/zlib_filter.c if (strcasecmp(filtername, "zlib.inflate") == 0) {
strcasecmp 335 ext/zlib/zlib_filter.c } else if (strcasecmp(filtername, "zlib.deflate") == 0) {
strcasecmp 50 main/SAPI.c #define STRCASECMP strcasecmp
strcasecmp 227 main/main.c if (value_length == 2 && !strcasecmp("on", value)) {
strcasecmp 229 main/main.c } else if (value_length == 3 && !strcasecmp("yes", value)) {
strcasecmp 231 main/main.c } else if (value_length == 4 && !strcasecmp("true", value)) {
strcasecmp 233 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stderr")) {
strcasecmp 235 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stdout")) {
strcasecmp 177 main/php_ini.c if (!strcasecmp(Z_STRVAL_P(arg1), "extension")) { /* load function module */
strcasecmp 184 main/php_ini.c } else if (!strcasecmp(Z_STRVAL_P(arg1), ZEND_EXTENSION_TOKEN)) { /* load Zend extension */
strcasecmp 672 main/php_variables.c if (!_gpc_flags[0] && !SG(headers_sent) && SG(request_info).request_method && !strcasecmp(SG(request_info).request_method, "POST")) {
strcasecmp 538 main/rfc1867.c if (!strcasecmp(entry->key, key)) {
strcasecmp 897 main/rfc1867.c if (!strcasecmp(key, "name")) {
strcasecmp 902 main/rfc1867.c } else if (!strcasecmp(key, "filename")) {
strcasecmp 964 main/rfc1867.c if (!strcasecmp(param, "MAX_FILE_SIZE")) {
strcasecmp 128 sapi/aolserver/aolserver.c if (!strcasecmp(header_name, "Content-type")) {
strcasecmp 526 sapi/aolserver/aolserver.c if (global && !strcasecmp(key, "map")) {
strcasecmp 538 sapi/aolserver/aolserver.c } else if (!global && !strcasecmp(key, "php_value")) {
strcasecmp 192 sapi/apache/mod_php5.c if (!strcasecmp(header_name, "Content-Type")) {
strcasecmp 194 sapi/apache/mod_php5.c } else if (!strcasecmp(header_name, "Set-Cookie")) {
strcasecmp 528 sapi/apache/mod_php5.c if (!strcasecmp(p, "Basic")) {
strcasecmp 539 sapi/apache/mod_php5.c } else if (!strcasecmp(p, "Digest")) {
strcasecmp 797 sapi/apache/mod_php5.c if (strcasecmp(arg2, "none") == 0) {
strcasecmp 839 sapi/apache/mod_php5.c if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
strcasecmp 91 sapi/apache2filter/apache_config.c if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
strcasecmp 117 sapi/apache2filter/sapi_apache2.c if (!strcasecmp(sapi_header->header, "content-type"))
strcasecmp 91 sapi/apache2handler/apache_config.c if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
strcasecmp 107 sapi/apache2handler/sapi_apache2.c if (!strcasecmp(sapi_header->header, "content-type")) {
strcasecmp 333 sapi/apache_hooks/mod_php5.c if (!strcasecmp(header_name, "Content-Type")) {
strcasecmp 335 sapi/apache_hooks/mod_php5.c } else if (!strcasecmp(header_name, "Set-Cookie")) {
strcasecmp 585 sapi/apache_hooks/mod_php5.c if (!strcasecmp(getword(r->pool, &authorization, ' '), "Basic")) {
strcasecmp 596 sapi/apache_hooks/mod_php5.c } else if (!strcasecmp(getword(r->pool, &authorization, ' '), "Digest")) {
strcasecmp 902 sapi/apache_hooks/mod_php5.c if (strcasecmp(arg2, "none") == 0) {
strcasecmp 1130 sapi/apache_hooks/mod_php5.c if (!strcasecmp(arg2, "On")) {
strcasecmp 201 sapi/cgi/cgi_main.c return strcasecmp(((zend_module_entry *)f->pData)->name,
strcasecmp 179 sapi/cli/php_cli.c return strcasecmp(((zend_module_entry *)f->pData)->name,
strcasecmp 618 sapi/isapi/php5isapi.c || !strcasecmp(isapi_special_server_variables[SPECIAL_VAR_HTTPS], "on"))
strcasecmp 477 sapi/nsapi/nsapi.c if (!strcasecmp(header_name, "Content-Type")) {
strcasecmp 604 sapi/nsapi/nsapi.c if (strcasecmp(entry->param->name, "content-length")==0 || strcasecmp(entry->param->name, "content-type")==0) {
strcasecmp 778 sapi/nsapi/nsapi.c ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0);
strcasecmp 896 sapi/nsapi/nsapi.c int error_directive = (directive && !strcasecmp(directive, "error"));
strcasecmp 291 sapi/phttpd/phttpd.c if (strcasecmp(hip->method, "GET") == 0 ||
strcasecmp 292 sapi/phttpd/phttpd.c strcasecmp(hip->method, "HEAD") == 0 ||
strcasecmp 293 sapi/phttpd/phttpd.c strcasecmp(hip->method, "POST") == 0) {
strcasecmp 1194 server-tests.php if (strcasecmp($v,'off')==0 || !$v) $v='';