Home
last modified time | relevance | path

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

12345

/PHP-7.0/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')) {
H A Dedition_2.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys"))
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt8 var_dump(strcasecmp(ltrim($expected, '0'), bin2hex($bin_key)));
/PHP-7.0/ext/soap/
H A Dphp_soap.h43 # define stricmp strcasecmp
/PHP-7.0/ext/mbstring/
H A Dmbstring.c748 if (strcasecmp(p1, "auto") == 0) { in php_mb_parse_encoding_list()
4323 if (strcasecmp(param_name, "charset") == 0) { in PHP_FUNCTION()
4539 if (!typ || !strcasecmp("all", typ)) { in PHP_FUNCTION()
4616 } else if (!strcasecmp("http_input", typ)) { in PHP_FUNCTION()
4620 } else if (!strcasecmp("http_output", typ)) { in PHP_FUNCTION()
4628 } else if (!strcasecmp("func_overload", typ)) { in PHP_FUNCTION()
4643 } else if (!strcasecmp("mail_charset", typ)) { in PHP_FUNCTION()
4655 } else if (!strcasecmp("illegal_chars", typ)) { in PHP_FUNCTION()
4663 } else if (!strcasecmp("language", typ)) { in PHP_FUNCTION()
4667 } else if (!strcasecmp("detect_order", typ)) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/snmp/
H A Dsnmp.c1234 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { in netsnmp_session_set_sec_level()
1236 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { in netsnmp_session_set_sec_level()
1238 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { in netsnmp_session_set_sec_level()
1251 if (!strcasecmp(prot, "MD5")) { in netsnmp_session_set_auth_protocol()
1254 } else if (!strcasecmp(prot, "SHA")) { in netsnmp_session_set_auth_protocol()
1269 if (!strcasecmp(prot, "DES")) { in netsnmp_session_set_sec_protocol()
1273 } else if (!strcasecmp(prot, "AES128") || !strcasecmp(prot, "AES")) { in netsnmp_session_set_sec_protocol()
/PHP-7.0/ext/gd/libgd/
H A Dxbm.c184 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
/PHP-7.0/ext/phar/
H A Ddirstream.c332 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_open_dir()
450 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()
589 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_stat()
699 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_unlink()
819 if (strcasecmp("phar", resource_from->scheme)) { in phar_wrapper_rename()
826 if (strcasecmp("phar", resource_to->scheme)) { in phar_wrapper_rename()
/PHP-7.0/ext/bz2/
H A Dbz2_filter.c345 if (strcasecmp(filtername, "bzip2.decompress") == 0) { in php_bz2_filter_create()
370 } else if (strcasecmp(filtername, "bzip2.compress") == 0) { in php_bz2_filter_create()
/PHP-7.0/ext/zlib/
H A Dzlib_filter.c325 if (strcasecmp(filtername, "zlib.inflate") == 0) { in php_zlib_filter_create()
347 } else if (strcasecmp(filtername, "zlib.deflate") == 0) { in php_zlib_filter_create()
/PHP-7.0/main/
H A DSAPI.c772 if (!strcasecmp(header_line, "Content-Type")) { in sapi_header_op()
804 } else if (!strcasecmp(header_line, "Content-Length")) { in sapi_header_op()
814 } else if (!strcasecmp(header_line, "Location")) { in sapi_header_op()
830 } else if (!strcasecmp(header_line, "WWW-Authenticate")) { /* HTTP Authentication */ in sapi_header_op()
H A Drfc1867.c480 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
824 if (!strcasecmp(key, "name")) {
837 } else if (!strcasecmp(key, "filename")) {
914 if (!strcasecmp(param, "MAX_FILE_SIZE")) {
/PHP-7.0/sapi/apache2handler/
H A Dapache_config.c91 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) { in real_flag_hnd()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_stdio.c298 if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
/PHP-7.0/ext/mbstring/libmbfl/
H A Dconfig.h.in32 /* Define to 1 if you have the `strcasecmp' function. */
/PHP-7.0/Zend/
H A Dzend_inheritance.c188 if (!strcasecmp(class_name, "parent") && proto->common.scope) { in zend_do_perform_type_hint_check()
190 } else if (!strcasecmp(class_name, "self") && fe->common.scope) { in zend_do_perform_type_hint_check()
205 if (!strcasecmp(class_name, "parent") && proto->common.scope && proto->common.scope->parent) { in zend_do_perform_type_hint_check()
207 } else if (!strcasecmp(class_name, "self") && proto->common.scope) { in zend_do_perform_type_hint_check()
215 if (strcasecmp(ZSTR_VAL(fe_class_name), ZSTR_VAL(proto_class_name)) != 0) { in zend_do_perform_type_hint_check()
366 if (!strcasecmp(class_name, "self") && fptr->common.scope) { in zend_append_type_hint()
369 …} else if (!strcasecmp(class_name, "parent") && fptr->common.scope && fptr->common.scope->parent) { in zend_append_type_hint()
/PHP-7.0/ext/dba/libinifile/
H A Dinifile.c231 if (!strcasecmp(k1->group, k2->group)) { in inifile_key_cmp()
232 if (!strcasecmp(k1->name, k2->name)) { in inifile_key_cmp()
/PHP-7.0/ext/standard/
H A Dfilters.c1747 if (strcasecmp(dot, "base64-encode") == 0) { in strfilter_convert_create()
1749 } else if (strcasecmp(dot, "base64-decode") == 0) { in strfilter_convert_create()
1751 } else if (strcasecmp(dot, "quoted-printable-encode") == 0) { in strfilter_convert_create()
1753 } else if (strcasecmp(dot, "quoted-printable-decode") == 0) { in strfilter_convert_create()
1835 if (strcasecmp(filtername, "consumed")) { in consumed_filter_create()
2043 if (strcasecmp(filtername, "dechunk")) { in chunked_filter_create()
/PHP-7.0/ext/zip/lib/
H A Dzipint.h131 #define strcasecmp _stricmp macro
133 #define strcasecmp stricmp macro
/PHP-7.0/ext/filter/
H A Dlogical_filters.c535 …if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))… in php_filter_validate_url()

Completed in 89 milliseconds

12345