Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 51 – 75 of 126) sorted by relevance

123456

/PHP-5.6/ext/standard/tests/array/
H A Darray_diff_ukey_variation6.phpt23 return strcasecmp($key1, $key2);
/PHP-5.6/ext/oci8/tests/
H A Dconn_attr_1.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys"))
H A Dconn_attr_2.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dedition_1.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) {
H A Dconn_attr_4.phpt9 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Ddetails.inc22 if (false !== $test_drcp && 0 == strcasecmp($test_drcp,'TRUE')) {
/PHP-5.6/sapi/aolserver/
H A Daolserver.c128 if (!strcasecmp(header_name, "Content-type")) { in php_ns_sapi_header_handler()
532 if (global && !strcasecmp(key, "map")) { in php_ns_config()
544 } else if (!global && !strcasecmp(key, "php_value")) { in php_ns_config()
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt8 var_dump(strcasecmp(ltrim($expected, '0'), bin2hex($bin_key)));
/PHP-5.6/ext/standard/
H A Dbrowscap.c161 if (!strcasecmp(Z_STRVAL_P(arg1), "parent") && in php_browscap_parser_cb()
163 !strcasecmp(bdata->current_section_name, Z_STRVAL_P(arg2)) in php_browscap_parser_cb()
391 else if (!strcasecmp(Z_STRVAL_PP(previous_match), lookup_browser_name)) { in browser_reg_compare()
/PHP-5.6/ext/mbstring/
H A Dmbstring.c752 if (strcasecmp(p1, "auto") == 0) { in php_mb_parse_encoding_list()
1388 if (strcasecmp("none", new_value) == 0) { in PHP_INI_MH()
1391 } else if (strcasecmp("long", new_value) == 0) { in PHP_INI_MH()
4396 if (!typ || !strcasecmp("all", typ)) { in PHP_FUNCTION()
4475 } else if (!strcasecmp("http_input", typ)) { in PHP_FUNCTION()
4479 } else if (!strcasecmp("http_output", typ)) { in PHP_FUNCTION()
4487 } else if (!strcasecmp("func_overload", typ)) { in PHP_FUNCTION()
4502 } else if (!strcasecmp("mail_charset", typ)) { in PHP_FUNCTION()
4514 } else if (!strcasecmp("illegal_chars", typ)) { in PHP_FUNCTION()
4522 } else if (!strcasecmp("language", typ)) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/soap/
H A Dphp_soap.h45 # define stricmp strcasecmp
/PHP-5.6/ext/gd/libgd/
H A Dxbm.c184 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
/PHP-5.6/ext/phar/
H A Ddirstream.c330 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_open_dir()
449 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_mkdir()
585 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_rmdir()
H A Dstream.c181 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_open_url()
586 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_stat()
702 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_unlink()
824 if (strcasecmp("phar", resource_from->scheme)) { in phar_wrapper_rename()
831 if (strcasecmp("phar", resource_to->scheme)) { in phar_wrapper_rename()
/PHP-5.6/sapi/nsapi/
H A Dnsapi.c677 …if (strcasecmp(entry->param->name, "content-length")==0 || strcasecmp(entry->param->name, "content… in sapi_nsapi_register_server_variables()
856 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); in nsapi_php_ini_entries()
973 int error_directive = (directive && !strcasecmp(directive, "error")); in php5_execute()
/PHP-5.6/ext/snmp/
H A Dsnmp.c1250 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { in netsnmp_session_set_sec_level()
1252 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { in netsnmp_session_set_sec_level()
1254 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { in netsnmp_session_set_sec_level()
1267 if (!strcasecmp(prot, "MD5")) { in netsnmp_session_set_auth_protocol()
1270 } else if (!strcasecmp(prot, "SHA")) { in netsnmp_session_set_auth_protocol()
1285 if (!strcasecmp(prot, "DES")) { in netsnmp_session_set_sec_protocol()
1289 } else if (!strcasecmp(prot, "AES128") || !strcasecmp(prot, "AES")) { in netsnmp_session_set_sec_protocol()
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c342 if (!strcasecmp(header_name, "Content-Type")) { in sapi_apache_header_handler()
344 } else if (!strcasecmp(header_name, "Set-Cookie")) { in sapi_apache_header_handler()
596 if (!strcasecmp(getword(r->pool, &authorization, ' '), "Basic")) { in init_request_info()
607 } else if (!strcasecmp(getword(r->pool, &authorization, ' '), "Digest")) { in init_request_info()
909 if (strcasecmp(arg2, "none") == 0) { in php_apache_value_handler_ex()
1137 if (!strcasecmp(arg2, "On")) { in php_apache_flag_handler_ex()
/PHP-5.6/main/
H A Dmain.c339 if (value_length == 2 && !strcasecmp("on", value)) { in php_get_display_errors_mode()
341 } else if (value_length == 3 && !strcasecmp("yes", value)) { in php_get_display_errors_mode()
343 } else if (value_length == 4 && !strcasecmp("true", value)) { in php_get_display_errors_mode()
345 } else if (value_length == 6 && !strcasecmp(value, "stderr")) { in php_get_display_errors_mode()
347 } else if (value_length == 6 && !strcasecmp(value, "stdout")) { in php_get_display_errors_mode()
512 if (new_value_length == 2 && strcasecmp("on", new_value) == 0) { in PHP_INI_MH()
515 else if (new_value_length == 3 && strcasecmp("yes", new_value) == 0) { in PHP_INI_MH()
518 else if (new_value_length == 4 && strcasecmp("true", new_value) == 0) { in PHP_INI_MH()
521 else if (new_value_length == 5 && strcasecmp("never", new_value) == 0) { in PHP_INI_MH()
H A Drfc1867.c475 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
819 if (!strcasecmp(key, "name")) {
832 } else if (!strcasecmp(key, "filename")) {
909 if (!strcasecmp(param, "MAX_FILE_SIZE")) {
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c91 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) { in real_flag_hnd()
/PHP-5.6/ext/mbstring/libmbfl/
H A Dconfig.h.in32 /* Define to 1 if you have the `strcasecmp' function. */
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_stdio.c292 if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
/PHP-5.6/ext/zlib/
H A Dzlib_filter.c323 if (strcasecmp(filtername, "zlib.inflate") == 0) { in php_zlib_filter_create()
349 } else if (strcasecmp(filtername, "zlib.deflate") == 0) { in php_zlib_filter_create()
/PHP-5.6/ext/bz2/
H A Dbz2_filter.c345 if (strcasecmp(filtername, "bzip2.decompress") == 0) { in php_bz2_filter_create()
383 } else if (strcasecmp(filtername, "bzip2.compress") == 0) { in php_bz2_filter_create()
/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c91 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) { in real_flag_hnd()

Completed in 93 milliseconds

123456