| /PHP_5_3/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_5_3/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_5_3/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...] |
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xmlrpc_win32.h | 12 #ifndef strcasecmp 13 # define strcasecmp(s1, s2) stricmp(s1, s2) macro
|
| /PHP_5_3/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_5_3/sapi/fpm/fpm/ |
| H A D | fpm_events.c | 238 if (!machanism || strcasecmp(module->name, machanism) == 0) { 246 if (!machanism || strcasecmp(module->name, machanism) == 0) { 254 if (!machanism || strcasecmp(module->name, machanism) == 0) { 262 if (!machanism || strcasecmp(module->name, machanism) == 0) { 270 if (!machanism || strcasecmp(module->name, machanism) == 0) { 278 if (!machanism || strcasecmp(module->name, machanism) == 0) {
|
| H A D | fpm_conf.c | 193 long value_y = !strcasecmp(val, "1"); 194 long value_n = !strcasecmp(val, ""); 310 if (!strcasecmp(val, "debug")) { 312 } else if (!strcasecmp(val, "notice")) { 314 } else if (!strcasecmp(val, "warning") || !strcasecmp(val, "warn")) { 316 } else if (!strcasecmp(val, "error")) { 318 } else if (!strcasecmp(val, "alert")) { 336 if (!strcasecmp(val, "AUTH")) { 343 if (!strcasecmp(va [all...] |
| 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...] |
| /PHP_5_3/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_5_3/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfl_encoding.c | 109 #define strcasecmp stricmp macro 215 if (strcasecmp(encoding->name, name) == 0) { 224 if (strcasecmp(encoding->mime_name, name) == 0) { 236 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_5_3/ext/date/lib/ |
| H A D | timelib.h | 49 #if defined(_MSC_VER) && !defined(strcasecmp) 50 #define strcasecmp stricmp macro
|
| /PHP_5_3/ext/json/ |
| H A D | json.c | 526 if (!strcasecmp(str, "null")) { 530 } else if (!strcasecmp(str, "true")) { 533 } else if (str_len == 5 && !strcasecmp(str, "false")) {
|
| /PHP_5_3/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_5_3/ext/readline/ |
| H A D | readline.c | 248 if (!strcasecmp(what,"line_buffer")) { 256 } else if (!strcasecmp(what, "point")) { 258 } else if (!strcasecmp(what, "end")) { 261 } else if (!strcasecmp(what, "mark")) { 263 } else if (!strcasecmp(what, "done")) { 270 } else if (!strcasecmp(what, "pending_input")) { 277 } else if (!strcasecmp(what, "prompt")) { 279 } else if (!strcasecmp(what, "terminal_name")) { 283 } else if (!strcasecmp(what, "erase_empty_line")) { 291 } else if (!strcasecmp(wha [all...] |
| /PHP_5_3/ext/snmp/ |
| H A D | snmp.c | 974 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { 977 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { 980 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { 994 if (!strcasecmp(prot, "MD5")) { 998 } else if (!strcasecmp(prot, "SHA")) { 1013 if (!strcasecmp(prot, "DES")) { 1018 } else if (!strcasecmp(pro [all...] |
| /PHP_5_3/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")) { 550 if (!strcasecmp(p, "Basic")) { 561 } else if (!strcasecmp(p, "Digest")) { 815 if (strcasecmp(arg2, "none") == 0) { 857 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) {
|
| /PHP_5_3/sapi/phttpd/ |
| H A D | phttpd.c | 292 if (strcasecmp(hip->method, "GET") == 0 || 293 strcasecmp(hip->method, "HEAD") == 0 || 294 strcasecmp(hip->method, "POST") == 0) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_config.w32.h | 54 #define strcasecmp(s1, s2) stricmp(s1, s2) macro
|
| H A D | zend_ini.c | 476 if (tmp_value_len == 4 && strcasecmp(tmp_value, "true") == 0) { 478 } else if (tmp_value_len == 3 && strcasecmp(tmp_value, "yes") == 0) { 480 } else if (tmp_value_len == 2 && strcasecmp(tmp_value, "on") == 0) { 560 if (new_value_length == 2 && strcasecmp("on", new_value) == 0) { 563 else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) { 566 else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) {
|