strcasecmp 1788 Zend/zend_API.c if (strcasecmp(dep->name, r->name) == 0) {
strcasecmp 251 Zend/zend_builtin_functions.c ZEND_FE(strcasecmp, arginfo_strcmp)
strcasecmp 1898 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 1907 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 1922 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 3166 Zend/zend_compile.c if (!strcasecmp(fe->common.arg_info[i].class_name, "parent") && proto->common.scope) {
strcasecmp 3169 Zend/zend_compile.c } else if (!strcasecmp(fe->common.arg_info[i].class_name, "self") && fe->common.scope) {
strcasecmp 3177 Zend/zend_compile.c if (!strcasecmp(proto->common.arg_info[i].class_name, "parent") && proto->common.scope && proto->common.scope->parent) {
strcasecmp 3180 Zend/zend_compile.c } else if (!strcasecmp(proto->common.arg_info[i].class_name, "self") && proto->common.scope) {
strcasecmp 3188 Zend/zend_compile.c if (strcasecmp(fe_class_name, proto_class_name)!=0) {
strcasecmp 3195 Zend/zend_compile.c strcasecmp(colon+1, proto_class_name) != 0) {
strcasecmp 3275 Zend/zend_compile.c if (!strcasecmp(arg_info->class_name, "self") && fptr->common.scope ) {
strcasecmp 3278 Zend/zend_compile.c } else if (!strcasecmp(arg_info->class_name, "parent") && fptr->common.scope->parent) {
strcasecmp 478 Zend/zend_ini.c if (tmp_value_len == 4 && strcasecmp(tmp_value, "true") == 0) {
strcasecmp 480 Zend/zend_ini.c } else if (tmp_value_len == 3 && strcasecmp(tmp_value, "yes") == 0) {
strcasecmp 482 Zend/zend_ini.c } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) {
strcasecmp 562 Zend/zend_ini.c if (new_value_length == 2 && strcasecmp("on", new_value) == 0) {
strcasecmp 565 Zend/zend_ini.c else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) {
strcasecmp 568 Zend/zend_ini.c else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) {
strcasecmp 345 ext/bz2/bz2_filter.c if (strcasecmp(filtername, "bzip2.decompress") == 0) {
strcasecmp 383 ext/bz2/bz2_filter.c } else if (strcasecmp(filtername, "bzip2.compress") == 0) {
strcasecmp 550 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 583 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 630 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 678 ext/date/lib/parse_date.c if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
strcasecmp 683 ext/date/lib/parse_date.c if (strcasecmp(word, tp->name) == 0) {
strcasecmp 314 ext/date/lib/parse_tz.c int cmp = strcasecmp(timezone, tzdb->index[mid].id);
strcasecmp 52 ext/date/lib/timelib.h #if defined(_MSC_VER) && !defined(strcasecmp)
strcasecmp 478 ext/dba/dba.c for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++);
strcasecmp 684 ext/dba/dba.c for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL_PP(args[2])); hptr++);
strcasecmp 231 ext/dba/libinifile/inifile.c if (!strcasecmp(k1->group, k2->group)) {
strcasecmp 232 ext/dba/libinifile/inifile.c if (!strcasecmp(k1->name, k2->name)) {
strcasecmp 1472 ext/dom/php_dom.c if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML"))
strcasecmp 163 ext/filter/filter.c if ((strcasecmp(new_value, filter_list[i].name) == 0)) {
strcasecmp 466 ext/filter/logical_filters.c if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))) {
strcasecmp 184 ext/gd/libgd/xbm.c if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0';
strcasecmp 2454 ext/iconv/iconv.c if(!strcasecmp("input_encoding", type)) {
strcasecmp 2456 ext/iconv/iconv.c } else if(!strcasecmp("output_encoding", type)) {
strcasecmp 2458 ext/iconv/iconv.c } else if(!strcasecmp("internal_encoding", type)) {
strcasecmp 2482 ext/iconv/iconv.c if (!strcasecmp("all", type)) {
strcasecmp 2487 ext/iconv/iconv.c } else if (!strcasecmp("input_encoding", type)) {
strcasecmp 2489 ext/iconv/iconv.c } else if (!strcasecmp("output_encoding", type)) {
strcasecmp 2491 ext/iconv/iconv.c } else if (!strcasecmp("internal_encoding", type)) {
strcasecmp 4646 ext/imap/php_imap.c if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) {
strcasecmp 237 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp(encoding->name, name) == 0) {
strcasecmp 246 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp(encoding->mime_name, name) == 0) {
strcasecmp 258 ext/mbstring/libmbfl/mbfl/mbfl_encoding.c if (strcasecmp((*encoding->aliases)[j], name) == 0) {
strcasecmp 101 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp(language->name, name) == 0) {
strcasecmp 108 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp(language->short_name, name) == 0) {
strcasecmp 119 ext/mbstring/libmbfl/mbfl/mbfl_language.c if (strcasecmp((*language->aliases)[j], name) == 0) {
strcasecmp 724 ext/mbstring/mbstring.c if (strcasecmp(p1, "auto") == 0) {
strcasecmp 807 ext/mbstring/mbstring.c if (strcasecmp(Z_STRVAL_PP(hash_entry), "auto") == 0) {
strcasecmp 1366 ext/mbstring/mbstring.c if (strcasecmp("none", new_value) == 0) {
strcasecmp 1369 ext/mbstring/mbstring.c } else if (strcasecmp("long", new_value) == 0) {
strcasecmp 1372 ext/mbstring/mbstring.c } else if (strcasecmp("entity", new_value) == 0) {
strcasecmp 4109 ext/mbstring/mbstring.c if (strcasecmp(param_name, "charset") == 0) {
strcasecmp 4327 ext/mbstring/mbstring.c if (!typ || !strcasecmp("all", typ)) {
strcasecmp 4402 ext/mbstring/mbstring.c } else if (!strcasecmp("internal_encoding", typ)) {
strcasecmp 4406 ext/mbstring/mbstring.c } else if (!strcasecmp("http_input", typ)) {
strcasecmp 4410 ext/mbstring/mbstring.c } else if (!strcasecmp("http_output", typ)) {
strcasecmp 4414 ext/mbstring/mbstring.c } else if (!strcasecmp("http_output_conv_mimetypes", typ)) {
strcasecmp 4418 ext/mbstring/mbstring.c } else if (!strcasecmp("func_overload", typ)) {
strcasecmp 4420 ext/mbstring/mbstring.c } else if (!strcasecmp("func_overload_list", typ)) {
strcasecmp 4433 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_charset", typ)) {
strcasecmp 4437 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_header_encoding", typ)) {
strcasecmp 4441 ext/mbstring/mbstring.c } else if (!strcasecmp("mail_body_encoding", typ)) {
strcasecmp 4445 ext/mbstring/mbstring.c } else if (!strcasecmp("illegal_chars", typ)) {
strcasecmp 4447 ext/mbstring/mbstring.c } else if (!strcasecmp("encoding_translation", typ)) {
strcasecmp 4453 ext/mbstring/mbstring.c } else if (!strcasecmp("language", typ)) {
strcasecmp 4457 ext/mbstring/mbstring.c } else if (!strcasecmp("detect_order", typ)) {
strcasecmp 4468 ext/mbstring/mbstring.c } else if (!strcasecmp("substitute_character", typ)) {
strcasecmp 4478 ext/mbstring/mbstring.c } else if (!strcasecmp("strict_detection", typ)) {
strcasecmp 381 ext/mbstring/php_mbregex.c if (strcasecmp(p, pname) == 0) {
strcasecmp 1868 ext/mssql/php_mssql.c if (!strcasecmp(result->fields[i].name, Z_STRVAL_PP(field))) {
strcasecmp 1956 ext/mysql/php_mysql.c if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, field_name)) {
strcasecmp 675 ext/mysqlnd/mysqlnd_charset.c if (!strcasecmp(c->name, name)) {
strcasecmp 486 ext/odbc/birdstep.c if ( !strcasecmp(res->values[i].name,field)) {
strcasecmp 2092 ext/odbc/php_odbc.c if (!strcasecmp(result->values[i].name, field)) {
strcasecmp 2926 ext/odbc/php_odbc.c if (strcasecmp(result->values[i].name, fname) == 0) {
strcasecmp 237 ext/opcache/zend_accelerator_module.c if ((new_value_length == 2 && strcasecmp("on", new_value) == 0) ||
strcasecmp 238 ext/opcache/zend_accelerator_module.c (new_value_length == 3 && strcasecmp("yes", new_value) == 0) ||
strcasecmp 239 ext/opcache/zend_accelerator_module.c (new_value_length == 4 && strcasecmp("true", new_value) == 0) ||
strcasecmp 4625 ext/openssl/openssl.c match = strcasecmp(cnmatch, buf) == 0;
strcasecmp 4632 ext/openssl/openssl.c match = tmp && strcasecmp(tmp, buf+2) && tmp == strchr(cnmatch, '.');
strcasecmp 72 ext/openssl/xp_ssl.c if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == 0) {
strcasecmp 121 ext/pdo_odbc/pdo_odbc.c if (strcasecmp(pooling_val, "strict") == 0 || strcmp(pooling_val, "1") == 0) {
strcasecmp 124 ext/pdo_odbc/pdo_odbc.c } else if (strcasecmp(pooling_val, "relaxed") == 0) {
strcasecmp 127 ext/pdo_odbc/pdo_odbc.c } else if (*pooling_val == '\0' || strcasecmp(pooling_val, "off") == 0) {
strcasecmp 5772 ext/pgsql/pgsql.c } else if (!strcasecmp(Z_STRVAL_PP(val), "now()")) {
strcasecmp 347 ext/phar/dirstream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 469 ext/phar/dirstream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 606 ext/phar/dirstream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 59 ext/phar/phar.c if (new_value_length == 2 && !strcasecmp("on", new_value)) {
strcasecmp 62 ext/phar/phar.c else if (new_value_length == 3 && !strcasecmp("yes", new_value)) {
strcasecmp 65 ext/phar/phar.c else if (new_value_length == 4 && !strcasecmp("true", new_value)) {
strcasecmp 181 ext/phar/stream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 586 ext/phar/stream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 710 ext/phar/stream.c if (strcasecmp("phar", resource->scheme)) {
strcasecmp 832 ext/phar/stream.c if (strcasecmp("phar", resource_from->scheme)) {
strcasecmp 839 ext/phar/stream.c if (strcasecmp("phar", resource_to->scheme)) {
strcasecmp 267 ext/readline/readline.c if (!strcasecmp(what,"line_buffer")) {
strcasecmp 275 ext/readline/readline.c } else if (!strcasecmp(what, "point")) {
strcasecmp 277 ext/readline/readline.c } else if (!strcasecmp(what, "end")) {
strcasecmp 280 ext/readline/readline.c } else if (!strcasecmp(what, "mark")) {
strcasecmp 282 ext/readline/readline.c } else if (!strcasecmp(what, "done")) {
strcasecmp 289 ext/readline/readline.c } else if (!strcasecmp(what, "pending_input")) {
strcasecmp 296 ext/readline/readline.c } else if (!strcasecmp(what, "prompt")) {
strcasecmp 298 ext/readline/readline.c } else if (!strcasecmp(what, "terminal_name")) {
strcasecmp 302 ext/readline/readline.c } else if (!strcasecmp(what, "erase_empty_line")) {
strcasecmp 310 ext/readline/readline.c } else if (!strcasecmp(what,"library_version")) {
strcasecmp 312 ext/readline/readline.c } else if (!strcasecmp(what, "readline_name")) {
strcasecmp 320 ext/readline/readline.c } else if (!strcasecmp(what, "attempted_completion_over")) {
strcasecmp 1009 ext/reflection/php_reflection.c if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->info.internal.module->name, module->name)) {
strcasecmp 5365 ext/reflection/php_reflection.c if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->info.internal.module->name, module->name)) {
strcasecmp 1258 ext/session/session.c if (!strcasecmp(lim->name, PS(cache_limiter))) {
strcasecmp 1403 ext/session/session.c if (*mod && !strcasecmp(name, (*mod)->s_name)) {
strcasecmp 1418 ext/session/session.c if (!strcasecmp(name, mod->name)) {
strcasecmp 1252 ext/snmp/snmp.c if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) {
strcasecmp 1254 ext/snmp/snmp.c } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) {
strcasecmp 1256 ext/snmp/snmp.c } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) {
strcasecmp 1269 ext/snmp/snmp.c if (!strcasecmp(prot, "MD5")) {
strcasecmp 1272 ext/snmp/snmp.c } else if (!strcasecmp(prot, "SHA")) {
strcasecmp 1287 ext/snmp/snmp.c if (!strcasecmp(prot, "DES")) {
strcasecmp 1291 ext/snmp/snmp.c } else if (!strcasecmp(prot, "AES128") || !strcasecmp(prot, "AES")) {
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 42 ext/spl/examples/class_tree.php if (strcasecmp($parent, $base) == 0)
strcasecmp 54 ext/spl/examples/class_tree.php if (strcasecmp($iname, $base) == 0)
strcasecmp 70 ext/spl/examples/class_tree.php if (strcasecmp($iname, $base) == 0)
strcasecmp 157 ext/standard/browscap.c if (!strcasecmp(Z_STRVAL_P(arg1), "parent") &&
strcasecmp 159 ext/standard/browscap.c !strcasecmp(bdata->current_section_name, Z_STRVAL_P(arg2))
strcasecmp 387 ext/standard/browscap.c else if (!strcasecmp(Z_STRVAL_PP(previous_match), lookup_browser_name)) {
strcasecmp 381 ext/standard/dns.c if (!strcasecmp("A", rectype)) type = T_A;
strcasecmp 382 ext/standard/dns.c else if (!strcasecmp("NS", rectype)) type = DNS_T_NS;
strcasecmp 383 ext/standard/dns.c else if (!strcasecmp("MX", rectype)) type = DNS_T_MX;
strcasecmp 384 ext/standard/dns.c else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR;
strcasecmp 385 ext/standard/dns.c else if (!strcasecmp("ANY", rectype)) type = DNS_T_ANY;
strcasecmp 386 ext/standard/dns.c else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA;
strcasecmp 387 ext/standard/dns.c else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT;
strcasecmp 388 ext/standard/dns.c else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME;
strcasecmp 389 ext/standard/dns.c else if (!strcasecmp("AAAA", rectype)) type = DNS_T_AAAA;
strcasecmp 390 ext/standard/dns.c else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV;
strcasecmp 391 ext/standard/dns.c else if (!strcasecmp("NAPTR", rectype)) type = DNS_T_NAPTR;
strcasecmp 392 ext/standard/dns.c else if (!strcasecmp("A6", rectype)) type = DNS_T_A6;
strcasecmp 112 ext/standard/dns_win32.c if (!strcasecmp("A", rectype)) type = DNS_TYPE_A;
strcasecmp 113 ext/standard/dns_win32.c else if (!strcasecmp("NS", rectype)) type = DNS_TYPE_NS;
strcasecmp 114 ext/standard/dns_win32.c else if (!strcasecmp("MX", rectype)) type = DNS_TYPE_MX;
strcasecmp 115 ext/standard/dns_win32.c else if (!strcasecmp("PTR", rectype)) type = DNS_TYPE_PTR;
strcasecmp 116 ext/standard/dns_win32.c else if (!strcasecmp("ANY", rectype)) type = DNS_TYPE_ANY;
strcasecmp 117 ext/standard/dns_win32.c else if (!strcasecmp("SOA", rectype)) type = DNS_TYPE_SOA;
strcasecmp 118 ext/standard/dns_win32.c else if (!strcasecmp("TXT", rectype)) type = DNS_TYPE_TEXT;
strcasecmp 119 ext/standard/dns_win32.c else if (!strcasecmp("CNAME", rectype)) type = DNS_TYPE_CNAME;
strcasecmp 120 ext/standard/dns_win32.c else if (!strcasecmp("AAAA", rectype)) type = DNS_TYPE_AAAA;
strcasecmp 121 ext/standard/dns_win32.c else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV;
strcasecmp 122 ext/standard/dns_win32.c else if (!strcasecmp("NAPTR", rectype)) type = DNS_TYPE_NAPTR;
strcasecmp 123 ext/standard/dns_win32.c else if (!strcasecmp("A6", rectype)) type = DNS_TYPE_A6;
strcasecmp 406 ext/standard/file.c md.in_meta = !strcasecmp("meta", md.token_data);
strcasecmp 408 ext/standard/file.c if (strcasecmp("head", md.token_data) == 0) {
strcasecmp 435 ext/standard/file.c if (strcasecmp("name", md.token_data) == 0) {
strcasecmp 439 ext/standard/file.c } else if (strcasecmp("content", md.token_data) == 0) {
strcasecmp 1710 ext/standard/file.c !strcasecmp(sp, dp);
strcasecmp 1823 ext/standard/filters.c if (strcasecmp(dot, "base64-encode") == 0) {
strcasecmp 1825 ext/standard/filters.c } else if (strcasecmp(dot, "base64-decode") == 0) {
strcasecmp 1827 ext/standard/filters.c } else if (strcasecmp(dot, "quoted-printable-encode") == 0) {
strcasecmp 1829 ext/standard/filters.c } else if (strcasecmp(dot, "quoted-printable-decode") == 0) {
strcasecmp 1911 ext/standard/filters.c if (strcasecmp(filtername, "consumed")) {
strcasecmp 2119 ext/standard/filters.c if (strcasecmp(filtername, "dechunk")) {
strcasecmp 894 ext/standard/info.c return strcasecmp(((zend_module_entry *)f->pData)->name,
strcasecmp 192 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "memory")) {
strcasecmp 201 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "output")) {
strcasecmp 205 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "input")) {
strcasecmp 215 ext/standard/php_fopen_wrapper.c if (!strcasecmp(path, "stdin")) {
strcasecmp 234 ext/standard/php_fopen_wrapper.c } else if (!strcasecmp(path, "stdout")) {
strcasecmp 247 ext/standard/php_fopen_wrapper.c } else if (!strcasecmp(path, "stderr")) {
strcasecmp 4383 ext/standard/string.c if (!strcasecmp("LC_ALL", category)) {
strcasecmp 4385 ext/standard/string.c } else if (!strcasecmp("LC_COLLATE", category)) {
strcasecmp 4387 ext/standard/string.c } else if (!strcasecmp("LC_CTYPE", category)) {
strcasecmp 4390 ext/standard/string.c } else if (!strcasecmp("LC_MESSAGES", category)) {
strcasecmp 4393 ext/standard/string.c } else if (!strcasecmp("LC_MONETARY", category)) {
strcasecmp 4395 ext/standard/string.c } else if (!strcasecmp("LC_NUMERIC", category)) {
strcasecmp 4397 ext/standard/string.c } else if (!strcasecmp("LC_TIME", category)) {
strcasecmp 101 ext/standard/type.c if (!strcasecmp(type, "integer")) {
strcasecmp 103 ext/standard/type.c } else if (!strcasecmp(type, "int")) {
strcasecmp 105 ext/standard/type.c } else if (!strcasecmp(type, "float")) {
strcasecmp 107 ext/standard/type.c } else if (!strcasecmp(type, "double")) { /* deprecated */
strcasecmp 109 ext/standard/type.c } else if (!strcasecmp(type, "string")) {
strcasecmp 111 ext/standard/type.c } else if (!strcasecmp(type, "array")) {
strcasecmp 113 ext/standard/type.c } else if (!strcasecmp(type, "object")) {
strcasecmp 115 ext/standard/type.c } else if (!strcasecmp(type, "bool")) {
strcasecmp 117 ext/standard/type.c } else if (!strcasecmp(type, "boolean")) {
strcasecmp 119 ext/standard/type.c } else if (!strcasecmp(type, "null")) {
strcasecmp 121 ext/standard/type.c } else if (!strcasecmp(type, "resource")) {
strcasecmp 2067 ext/sybase_ct/php_sybase_ct.c if (strcasecmp(result->fields[i].name, Z_STRVAL_P(field)) == 0) {
strcasecmp 1117 ext/tidy/tidy.c if (new_value_length==2 && strcasecmp("on", new_value)==0) {
strcasecmp 1119 ext/tidy/tidy.c } else if (new_value_length==3 && strcasecmp("yes", new_value)==0) {
strcasecmp 1121 ext/tidy/tidy.c } else if (new_value_length==4 && strcasecmp("true", new_value)==0) {
strcasecmp 600 ext/xml/xml.c if (strcasecmp(name, enc->name) == 0) {
strcasecmp 1189 ext/xml/xml.c } else if (strcasecmp(encoding_param, "ISO-8859-1") == 0) {
strcasecmp 1191 ext/xml/xml.c } else if (strcasecmp(encoding_param, "UTF-8") == 0) {
strcasecmp 1193 ext/xml/xml.c } else if (strcasecmp(encoding_param, "US-ASCII") == 0) {
strcasecmp 1285 ext/xmlrpc/libxmlrpc/xmlrpc.c if(!strcasecmp(xIter->id.str, id)) {
strcasecmp 12 ext/xmlrpc/libxmlrpc/xmlrpc_win32.h #ifndef strcasecmp
strcasecmp 645 ext/zip/lib/zip_close.c return strcasecmp(((const struct filelist *)a)->name,
strcasecmp 8 ext/zip/lib/zip_win32.h #ifndef strcasecmp
strcasecmp 76 ext/zip/lib/zipint.h #ifndef strcasecmp
strcasecmp 77 ext/zip/lib/zipint.h # define strcmpi strcasecmp
strcasecmp 323 ext/zlib/zlib_filter.c if (strcasecmp(filtername, "zlib.inflate") == 0) {
strcasecmp 349 ext/zlib/zlib_filter.c } else if (strcasecmp(filtername, "zlib.deflate") == 0) {
strcasecmp 49 main/SAPI.c #define STRCASECMP strcasecmp
strcasecmp 339 main/main.c if (value_length == 2 && !strcasecmp("on", value)) {
strcasecmp 341 main/main.c } else if (value_length == 3 && !strcasecmp("yes", value)) {
strcasecmp 343 main/main.c } else if (value_length == 4 && !strcasecmp("true", value)) {
strcasecmp 345 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stderr")) {
strcasecmp 347 main/main.c } else if (value_length == 6 && !strcasecmp(value, "stdout")) {
strcasecmp 230 main/php_ini.c if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), PHP_EXTENSION_TOKEN)) { /* load PHP extension */
strcasecmp 233 main/php_ini.c } else if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), ZEND_EXTENSION_TOKEN)) { /* load Zend extension */
strcasecmp 664 main/php_variables.c !strcasecmp(SG(request_info).request_method, "POST")) {
strcasecmp 470 main/rfc1867.c if (!strcasecmp(entry->key, key)) {
strcasecmp 813 main/rfc1867.c if (!strcasecmp(key, "name")) {
strcasecmp 826 main/rfc1867.c } else if (!strcasecmp(key, "filename")) {
strcasecmp 903 main/rfc1867.c if (!strcasecmp(param, "MAX_FILE_SIZE")) {
strcasecmp 128 sapi/aolserver/aolserver.c if (!strcasecmp(header_name, "Content-type")) {
strcasecmp 532 sapi/aolserver/aolserver.c if (global && !strcasecmp(key, "map")) {
strcasecmp 544 sapi/aolserver/aolserver.c } else if (!global && !strcasecmp(key, "php_value")) {
strcasecmp 197 sapi/apache/mod_php5.c if (!strcasecmp(header_name, "Content-Type")) {
strcasecmp 199 sapi/apache/mod_php5.c } else if (!strcasecmp(header_name, "Content-Length")) {
strcasecmp 201 sapi/apache/mod_php5.c } else if (!strcasecmp(header_name, "Set-Cookie")) {
strcasecmp 546 sapi/apache/mod_php5.c if (!strcasecmp(p, "Basic")) {
strcasecmp 557 sapi/apache/mod_php5.c } else if (!strcasecmp(p, "Digest")) {
strcasecmp 811 sapi/apache/mod_php5.c if (strcasecmp(arg2, "none") == 0) {
strcasecmp 853 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 128 sapi/apache2filter/sapi_apache2.c if (!strcasecmp(sapi_header->header, "content-type"))
strcasecmp 130 sapi/apache2filter/sapi_apache2.c else if (!strcasecmp(sapi_header->header, "content-length"))
strcasecmp 91 sapi/apache2handler/apache_config.c if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
strcasecmp 123 sapi/apache2handler/sapi_apache2.c if (!strcasecmp(sapi_header->header, "content-type")) {
strcasecmp 128 sapi/apache2handler/sapi_apache2.c } else if (!strcasecmp(sapi_header->header, "content-length")) {
strcasecmp 342 sapi/apache_hooks/mod_php5.c if (!strcasecmp(header_name, "Content-Type")) {
strcasecmp 344 sapi/apache_hooks/mod_php5.c } else if (!strcasecmp(header_name, "Set-Cookie")) {
strcasecmp 596 sapi/apache_hooks/mod_php5.c if (!strcasecmp(getword(r->pool, &authorization, ' '), "Basic")) {
strcasecmp 607 sapi/apache_hooks/mod_php5.c } else if (!strcasecmp(getword(r->pool, &authorization, ' '), "Digest")) {
strcasecmp 909 sapi/apache_hooks/mod_php5.c if (strcasecmp(arg2, "none") == 0) {
strcasecmp 1137 sapi/apache_hooks/mod_php5.c if (!strcasecmp(arg2, "On")) {
strcasecmp 229 sapi/cgi/cgi_main.c return strcasecmp( ((zend_module_entry *)f->pData)->name,
strcasecmp 188 sapi/cli/php_cli.c return strcasecmp(((zend_module_entry *)f->pData)->name,
strcasecmp 205 sapi/fpm/fpm/fpm_conf.c long value_y = !strcasecmp(val, "1");
strcasecmp 206 sapi/fpm/fpm/fpm_conf.c long value_n = !strcasecmp(val, "");
strcasecmp 322 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "debug")) {
strcasecmp 324 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "notice")) {
strcasecmp 326 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "warning") || !strcasecmp(val, "warn")) {
strcasecmp 328 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "error")) {
strcasecmp 330 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "alert")) {
strcasecmp 348 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "AUTH")) {
strcasecmp 355 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "AUTHPRIV")) {
strcasecmp 362 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "CRON")) {
strcasecmp 369 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "DAEMON")) {
strcasecmp 376 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "FTP")) {
strcasecmp 383 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "KERN")) {
strcasecmp 390 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LPR")) {
strcasecmp 397 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "MAIL")) {
strcasecmp 404 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "NEWS")) {
strcasecmp 411 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "SYSLOG")) {
strcasecmp 418 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "USER")) {
strcasecmp 425 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "UUCP")) {
strcasecmp 432 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL0")) {
strcasecmp 439 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL1")) {
strcasecmp 446 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL2")) {
strcasecmp 453 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL3")) {
strcasecmp 460 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL4")) {
strcasecmp 467 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL5")) {
strcasecmp 474 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL6")) {
strcasecmp 481 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "LOCAL7")) {
strcasecmp 497 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "unlimited")) {
strcasecmp 525 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(val, "static")) {
strcasecmp 527 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "dynamic")) {
strcasecmp 529 sapi/fpm/fpm/fpm_conf.c } else if (!strcasecmp(val, "ondemand")) {
strcasecmp 1066 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(kv->key, *p)) {
strcasecmp 1072 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(kv->key, "error_log") && !strcasecmp(kv->value, "syslog")) {
strcasecmp 1076 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(kv->key, *p)) {
strcasecmp 1187 sapi/fpm/fpm/fpm_conf.c if (strcasecmp(fpm_global_config.error_log, "syslog") != 0)
strcasecmp 1301 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(Z_STRVAL_P(section), "global")) {
strcasecmp 1309 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(wp->config->name, Z_STRVAL_P(section))) {
strcasecmp 1363 sapi/fpm/fpm/fpm_conf.c if (!strcasecmp(parser->name, Z_STRVAL_P(name))) {
strcasecmp 242 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 250 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 258 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 266 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 274 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 282 sapi/fpm/fpm/fpm_events.c if (!machanism || strcasecmp(module->name, machanism) == 0) {
strcasecmp 179 sapi/fpm/fpm/fpm_log.c if (format[0] == '\0' || !strcasecmp(format, "total")) {
strcasecmp 183 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "user")) {
strcasecmp 187 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "system")) {
strcasecmp 205 sapi/fpm/fpm/fpm_log.c if (format[0] == '\0' || !strcasecmp(format, "seconds")) {
strcasecmp 211 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "miliseconds") || !strcasecmp(format, "mili")) {
strcasecmp 217 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "microseconds") || !strcasecmp(format, "micro")) {
strcasecmp 262 sapi/fpm/fpm/fpm_log.c if (format[0] == '\0' || !strcasecmp(format, "bytes")) {
strcasecmp 268 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "kilobytes") || !strcasecmp(format, "kilo")) {
strcasecmp 274 sapi/fpm/fpm/fpm_log.c } else if (!strcasecmp(format, "megabytes") || !strcasecmp(format, "mega")) {
strcasecmp 229 sapi/fpm/fpm/fpm_main.c return strcasecmp( ((zend_module_entry *)f->pData)->name,
strcasecmp 268 sapi/fpm/fpm/fpm_stdio.c if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
strcasecmp 618 sapi/isapi/php5isapi.c || !strcasecmp(isapi_special_server_variables[SPECIAL_VAR_HTTPS], "on"))
strcasecmp 2342 sapi/litespeed/lsapilib.c else if (!strcasecmp( p, "localhost" ) )
strcasecmp 677 sapi/nsapi/nsapi.c if (strcasecmp(entry->param->name, "content-length")==0 || strcasecmp(entry->param->name, "content-type")==0) {
strcasecmp 856 sapi/nsapi/nsapi.c ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0);
strcasecmp 973 sapi/nsapi/nsapi.c int error_directive = (directive && !strcasecmp(directive, "error"));
strcasecmp 286 sapi/phttpd/phttpd.c if (strcasecmp(hip->method, "GET") == 0 ||
strcasecmp 287 sapi/phttpd/phttpd.c strcasecmp(hip->method, "HEAD") == 0 ||
strcasecmp 288 sapi/phttpd/phttpd.c strcasecmp(hip->method, "POST") == 0) {
strcasecmp 59 scripts/dev/find_tested.php if (strcasecmp($extension_name, $method_record[EXTENSION_NAME]) == 0) {
strcasecmp 93 scripts/dev/find_tested.php if (strcasecmp($tested_function, $current_method_record[METHOD_NAME]) == 0) {
strcasecmp 1194 server-tests.php if (strcasecmp($v,'off')==0 || !$v) $v='';