| /PHP_TRUNK/ext/soap/interop/ |
| H A D | client_round2_interop.php | 312 (strcasecmp(get_class($soapval),"SoapParam") == 0 || 313 strcasecmp(get_class($soapval),"SoapVar") == 0)) { 314 if (strcasecmp(get_class($soapval),"SoapParam") == 0) 324 (strcasecmp(get_class($soapval),"SoapParam") == 0 || 325 strcasecmp(get_class($soapval),"SoapVar") == 0)) {
|
| H A D | test.utility.php | 36 return strcasecmp($f1,$f2) == 0; 76 return $ok || $e1 == $e2 || strcasecmp(trim($e1), trim($e2)) == 0;
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | class_tree.php | 42 if (strcasecmp($parent, $base) == 0) 54 if (strcasecmp($iname, $base) == 0) 70 if (strcasecmp($iname, $base) == 0)
|
| /PHP_TRUNK/ext/standard/ |
| H A D | dns_win32.c | 112 if (!strcasecmp("A", rectype)) type = DNS_TYPE_A; 113 else if (!strcasecmp("NS", rectype)) type = DNS_TYPE_NS; 114 else if (!strcasecmp("MX", rectype)) type = DNS_TYPE_MX; 115 else if (!strcasecmp("PTR", rectype)) type = DNS_TYPE_PTR; 116 else if (!strcasecmp("ANY", rectype)) type = DNS_TYPE_ANY; 117 else if (!strcasecmp("SOA", rectype)) type = DNS_TYPE_SOA; 118 else if (!strcasecmp("TXT", rectype)) type = DNS_TYPE_TEXT; 119 else if (!strcasecmp("CNAME", rectype)) type = DNS_TYPE_CNAME; 120 else if (!strcasecmp("AAAA", rectype)) type = DNS_TYPE_AAAA; 121 else if (!strcasecmp("SR [all...] |
| H A D | php_fopen_wrapper.c | 192 if (!strcasecmp(path, "memory")) { 201 if (!strcasecmp(path, "output")) { 205 if (!strcasecmp(path, "input")) { 215 if (!strcasecmp(path, "stdin")) { 234 } else if (!strcasecmp(path, "stdout")) { 247 } else if (!strcasecmp(path, "stderr")) {
|
| H A D | type.c | 101 if (!strcasecmp(type, "integer")) { 103 } else if (!strcasecmp(type, "int")) { 105 } else if (!strcasecmp(type, "float")) { 107 } else if (!strcasecmp(type, "double")) { /* deprecated */ 109 } else if (!strcasecmp(type, "string")) { 111 } else if (!strcasecmp(type, "array")) { 113 } else if (!strcasecmp(type, "object")) { 115 } else if (!strcasecmp(type, "bool")) { 117 } else if (!strcasecmp(type, "boolean")) { 119 } else if (!strcasecmp(typ [all...] |
| H A D | dns.c | 370 if (!strcasecmp("A", rectype)) type = T_A; 371 else if (!strcasecmp("NS", rectype)) type = DNS_T_NS; 372 else if (!strcasecmp("MX", rectype)) type = DNS_T_MX; 373 else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR; 374 else if (!strcasecmp("ANY", rectype)) type = DNS_T_ANY; 375 else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA; 376 else if (!strcasecmp("TXT", rectype)) type = DNS_T_TXT; 377 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; 378 else if (!strcasecmp("AAAA", rectype)) type = DNS_T_AAAA; 379 else if (!strcasecmp("SR [all...] |
| H A D | browscap.c | 157 if (!strcasecmp(Z_STRVAL_P(arg1), "parent") && 159 !strcasecmp(bdata->current_section_name, Z_STRVAL_P(arg2)) 387 else if (!strcasecmp(Z_STRVAL_PP(previous_match), lookup_browser_name)) {
|
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_win32.h | 12 #ifndef strcasecmp 13 # define strcasecmp(s1, s2) stricmp(s1, s2) macro
|
| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_win32.h | 8 #ifndef strcasecmp
|
| H A D | zipint.h | 76 #ifndef strcasecmp 77 # define strcmpi strcasecmp
|
| /PHP_TRUNK/scripts/dev/ |
| H A D | find_tested.php | 59 if (strcasecmp($extension_name, $method_record[EXTENSION_NAME]) == 0) { 93 if (strcasecmp($tested_function, $current_method_record[METHOD_NAME]) == 0) {
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_encoding.c | 117 #define strcasecmp stricmp macro 237 if (strcasecmp(encoding->name, name) == 0) { 246 if (strcasecmp(encoding->mime_name, name) == 0) { 258 if (strcasecmp((*encoding->aliases)[j], name) == 0) {
|
| H A D | mbfl_language.c | 68 #define strcasecmp stricmp macro 101 if (strcasecmp(language->name, name) == 0) { 108 if (strcasecmp(language->short_name, name) == 0) { 119 if (strcasecmp((*language->aliases)[j], name) == 0) {
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_config.w32.h | 54 #define strcasecmp(s1, s2) stricmp(s1, s2) macro
|
| H A D | zend_ini.c | 478 if (tmp_value_len == 4 && strcasecmp(tmp_value, "true") == 0) { 480 } else if (tmp_value_len == 3 && strcasecmp(tmp_value, "yes") == 0) { 482 } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) { 562 if (new_value_length == 2 && strcasecmp("on", new_value) == 0) { 565 else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) { 568 else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) {
|
| /PHP_TRUNK/ext/pdo_odbc/ |
| H A D | pdo_odbc.c | 121 if (strcasecmp(pooling_val, "strict") == 0 || strcmp(pooling_val, "1") == 0) { 124 } else if (strcasecmp(pooling_val, "relaxed") == 0) { 127 } else if (*pooling_val == '\0' || strcasecmp(pooling_val, "off") == 0) {
|
| /PHP_TRUNK/sapi/aolserver/ |
| H A D | aolserver.c | 128 if (!strcasecmp(header_name, "Content-type")) { 532 if (global && !strcasecmp(key, "map")) { 544 } else if (!global && !strcasecmp(key, "php_value")) {
|
| /PHP_TRUNK/sapi/phttpd/ |
| H A D | phttpd.c | 286 if (strcasecmp(hip->method, "GET") == 0 || 287 strcasecmp(hip->method, "HEAD") == 0 || 288 strcasecmp(hip->method, "POST") == 0) {
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib.h | 49 #if defined(_MSC_VER) && !defined(strcasecmp) 50 #define strcasecmp stricmp macro
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_log.c | 177 if (format[0] == '\0' || !strcasecmp(format, "total")) { 181 } else if (!strcasecmp(format, "user")) { 185 } else if (!strcasecmp(format, "system")) { 203 if (format[0] == '\0' || !strcasecmp(format, "seconds")) { 209 } else if (!strcasecmp(format, "miliseconds") || !strcasecmp(format, "mili")) { 215 } else if (!strcasecmp(format, "microseconds") || !strcasecmp(format, "micro")) { 260 if (format[0] == '\0' || !strcasecmp(format, "bytes")) { 266 } else if (!strcasecmp(forma [all...] |
| H A D | fpm_events.c | 242 if (!machanism || strcasecmp(module->name, machanism) == 0) { 250 if (!machanism || strcasecmp(module->name, machanism) == 0) { 258 if (!machanism || strcasecmp(module->name, machanism) == 0) { 266 if (!machanism || strcasecmp(module->name, machanism) == 0) { 274 if (!machanism || strcasecmp(module->name, machanism) == 0) { 282 if (!machanism || strcasecmp(module->name, machanism) == 0) {
|
| H A D | fpm_conf.c | 204 long value_y = !strcasecmp(val, "1"); 205 long value_n = !strcasecmp(val, ""); 321 if (!strcasecmp(val, "debug")) { 323 } else if (!strcasecmp(val, "notice")) { 325 } else if (!strcasecmp(val, "warning") || !strcasecmp(val, "warn")) { 327 } else if (!strcasecmp(val, "error")) { 329 } else if (!strcasecmp(val, "alert")) { 347 if (!strcasecmp(val, "AUTH")) { 354 if (!strcasecmp(va [all...] |
| /PHP_TRUNK/sapi/apache/ |
| H A D | mod_php5.c | 197 if (!strcasecmp(header_name, "Content-Type")) { 199 } else if (!strcasecmp(header_name, "Content-Length")) { 201 } else if (!strcasecmp(header_name, "Set-Cookie")) { 546 if (!strcasecmp(p, "Basic")) { 557 } else if (!strcasecmp(p, "Digest")) { 811 if (strcasecmp(arg2, "none") == 0) { 853 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
|
| /PHP_TRUNK/ext/readline/ |
| H A D | readline.c | 264 if (!strcasecmp(what,"line_buffer")) { 272 } else if (!strcasecmp(what, "point")) { 274 } else if (!strcasecmp(what, "end")) { 277 } else if (!strcasecmp(what, "mark")) { 279 } else if (!strcasecmp(what, "done")) { 286 } else if (!strcasecmp(what, "pending_input")) { 293 } else if (!strcasecmp(what, "prompt")) { 295 } else if (!strcasecmp(what, "terminal_name")) { 299 } else if (!strcasecmp(what, "erase_empty_line")) { 307 } else if (!strcasecmp(wha [all...] |