Home
last modified time | relevance | path

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

12345

/PHP-7.1/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.1/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt8 var_dump(strcasecmp(ltrim($expected, '0'), bin2hex($bin_key)));
/PHP-7.1/ext/mbstring/
H A Dmbstring.c748 if (strcasecmp(p1, "auto") == 0) { in php_mb_parse_encoding_list()
4350 if (strcasecmp(param_name, "charset") == 0) { in PHP_FUNCTION()
4566 if (!typ || !strcasecmp("all", typ)) { in PHP_FUNCTION()
4643 } else if (!strcasecmp("http_input", typ)) { in PHP_FUNCTION()
4647 } else if (!strcasecmp("http_output", typ)) { in PHP_FUNCTION()
4655 } else if (!strcasecmp("func_overload", typ)) { in PHP_FUNCTION()
4670 } else if (!strcasecmp("mail_charset", typ)) { in PHP_FUNCTION()
4682 } else if (!strcasecmp("illegal_chars", typ)) { in PHP_FUNCTION()
4690 } else if (!strcasecmp("language", typ)) { in PHP_FUNCTION()
4694 } else if (!strcasecmp("detect_order", typ)) { in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/soap/
H A Dphp_soap.h43 # define stricmp strcasecmp
/PHP-7.1/ext/snmp/
H A Dsnmp.c1231 if (!strcasecmp(level, "noAuthNoPriv") || !strcasecmp(level, "nanp")) { in netsnmp_session_set_sec_level()
1233 } else if (!strcasecmp(level, "authNoPriv") || !strcasecmp(level, "anp")) { in netsnmp_session_set_sec_level()
1235 } else if (!strcasecmp(level, "authPriv") || !strcasecmp(level, "ap")) { in netsnmp_session_set_sec_level()
1248 if (!strcasecmp(prot, "MD5")) { in netsnmp_session_set_auth_protocol()
1251 } else if (!strcasecmp(prot, "SHA")) { in netsnmp_session_set_auth_protocol()
1266 if (!strcasecmp(prot, "DES")) { in netsnmp_session_set_sec_protocol()
1270 } else if (!strcasecmp(prot, "AES128") || !strcasecmp(prot, "AES")) { in netsnmp_session_set_sec_protocol()
/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c206 && strcasecmp("http", url_parts->scheme) in PHP_INI_END()
207 && strcasecmp("https", url_parts->scheme)) { in PHP_INI_END()
299 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) { in tag_arg()
365 if (!strcasecmp(ZSTR_VAL(host_tmp), target)) { in check_http_host()
393 if (strcasecmp(url_parts->scheme, "http") && in check_host_whitelist()
394 strcasecmp(url_parts->scheme, "https")) { in check_host_whitelist()
H A Durl_scanner_ex.re209 && strcasecmp("http", url_parts->scheme)
210 && strcasecmp("https", url_parts->scheme)) {
302 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) {
368 if (!strcasecmp(ZSTR_VAL(host_tmp), target)) {
396 if (strcasecmp(url_parts->scheme, "http") &&
397 strcasecmp(url_parts->scheme, "https")) {
H A Dfilters.c1750 if (strcasecmp(dot, "base64-encode") == 0) { in strfilter_convert_create()
1752 } else if (strcasecmp(dot, "base64-decode") == 0) { in strfilter_convert_create()
1754 } else if (strcasecmp(dot, "quoted-printable-encode") == 0) { in strfilter_convert_create()
1756 } else if (strcasecmp(dot, "quoted-printable-decode") == 0) { in strfilter_convert_create()
1838 if (strcasecmp(filtername, "consumed")) { in consumed_filter_create()
2046 if (strcasecmp(filtername, "dechunk")) { in chunked_filter_create()
/PHP-7.1/ext/gd/libgd/
H A Dxbm.c188 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0'; in gdImageXbmCtx()
/PHP-7.1/ext/phar/
H A Ddirstream.c331 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_open_dir()
449 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_mkdir()
584 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_rmdir()
H A Dstream.c182 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_open_url()
590 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_stat()
700 if (strcasecmp("phar", resource->scheme)) { in phar_wrapper_unlink()
820 if (strcasecmp("phar", resource_from->scheme)) { in phar_wrapper_rename()
827 if (strcasecmp("phar", resource_to->scheme)) { in phar_wrapper_rename()
/PHP-7.1/ext/zlib/
H A Dzlib_filter.c317 if (strcasecmp(filtername, "zlib.inflate") == 0) { in php_zlib_filter_create()
339 } else if (strcasecmp(filtername, "zlib.deflate") == 0) { in php_zlib_filter_create()
/PHP-7.1/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.1/main/
H A DSAPI.c771 if (!strcasecmp(header_line, "Content-Type")) { in sapi_header_op()
803 } else if (!strcasecmp(header_line, "Content-Length")) { in sapi_header_op()
813 } else if (!strcasecmp(header_line, "Location")) { in sapi_header_op()
829 } else if (!strcasecmp(header_line, "WWW-Authenticate")) { /* HTTP Authentication */ in sapi_header_op()
H A Drfc1867.c482 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
826 if (!strcasecmp(key, "name")) {
839 } else if (!strcasecmp(key, "filename")) {
916 if (!strcasecmp(param, "MAX_FILE_SIZE")) {
/PHP-7.1/ext/mbstring/libmbfl/
H A Dconfig.h.in32 /* Define to 1 if you have the `strcasecmp' function. */
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_stdio.c291 if (!strcasecmp(fpm_global_config.error_log, "syslog")) {
/PHP-7.1/sapi/apache2handler/
H A Dapache_config.c91 if (!strcasecmp(arg2, "On") || (arg2[0] == '1' && arg2[1] == '\0')) { in real_flag_hnd()
/PHP-7.1/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.1/Zend/
H A Dzend_inheritance.c202 if (!strcasecmp(class_name, "parent") && proto->common.scope) { in zend_do_perform_type_hint_check()
204 } else if (!strcasecmp(class_name, "self") && fe->common.scope) { in zend_do_perform_type_hint_check()
219 if (!strcasecmp(class_name, "parent") && proto->common.scope && proto->common.scope->parent) { in zend_do_perform_type_hint_check()
221 } else if (!strcasecmp(class_name, "self") && proto->common.scope) { in zend_do_perform_type_hint_check()
229 if (strcasecmp(ZSTR_VAL(fe_class_name), ZSTR_VAL(proto_class_name)) != 0) { in zend_do_perform_type_hint_check()
405 if (!strcasecmp(class_name, "self") && fptr->common.scope) { in zend_append_type_hint()
408 …} else if (!strcasecmp(class_name, "parent") && fptr->common.scope && fptr->common.scope->parent) { in zend_append_type_hint()

Completed in 90 milliseconds

12345