Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 76 – 100 of 126) sorted by relevance

123456

/PHP-5.6/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-5.6/ext/filter/
H A Dlogical_filters.c466 …if (url->scheme != NULL && (!strcasecmp(url->scheme, "http") || !strcasecmp(url->scheme, "https"))… in php_filter_validate_url()
/PHP-5.6/ext/oci8/tests/
H A Dedition_2.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys"))
/PHP-5.6/ext/opcache/
H A Dzend_accelerator_module.c241 if ((new_value_length == 2 && strcasecmp("on", new_value) == 0) || in ZEND_INI_MH()
242 (new_value_length == 3 && strcasecmp("yes", new_value) == 0) || in ZEND_INI_MH()
243 (new_value_length == 4 && strcasecmp("true", new_value) == 0) || in ZEND_INI_MH()
/PHP-5.6/ext/iconv/
H A Diconv.c2519 if(!strcasecmp("input_encoding", type)) { in PHP_FUNCTION()
2521 } else if(!strcasecmp("output_encoding", type)) { in PHP_FUNCTION()
2523 } else if(!strcasecmp("internal_encoding", type)) { in PHP_FUNCTION()
2547 if (!strcasecmp("all", type)) { in PHP_FUNCTION()
2552 } else if (!strcasecmp("input_encoding", type)) { in PHP_FUNCTION()
2554 } else if (!strcasecmp("output_encoding", type)) { in PHP_FUNCTION()
2556 } else if (!strcasecmp("internal_encoding", type)) { in PHP_FUNCTION()
/PHP-5.6/sapi/apache2handler/
H A Dsapi_apache2.c123 if (!strcasecmp(sapi_header->header, "content-type")) { in php_apache_sapi_header_handler()
128 } else if (!strcasecmp(sapi_header->header, "content-length")) { in php_apache_sapi_header_handler()
/PHP-5.6/ext/standard/
H A Dfilters.c1823 if (strcasecmp(dot, "base64-encode") == 0) { in strfilter_convert_create()
1825 } else if (strcasecmp(dot, "base64-decode") == 0) { in strfilter_convert_create()
1827 } else if (strcasecmp(dot, "quoted-printable-encode") == 0) { in strfilter_convert_create()
1829 } else if (strcasecmp(dot, "quoted-printable-decode") == 0) { in strfilter_convert_create()
1911 if (strcasecmp(filtername, "consumed")) { in consumed_filter_create()
2119 if (strcasecmp(filtername, "dechunk")) { in chunked_filter_create()
H A Dfile.c414 md.in_meta = !strcasecmp("meta", md.token_data); in PHP_FUNCTION()
416 if (strcasecmp("head", md.token_data) == 0) { in PHP_FUNCTION()
443 if (strcasecmp("name", md.token_data) == 0) { in PHP_FUNCTION()
447 } else if (strcasecmp("content", md.token_data) == 0) { in PHP_FUNCTION()
1719 !strcasecmp(sp, dp); in php_copy_file_ctx()
H A Dstring.c4408 if (!strcasecmp("LC_ALL", category)) {
4410 } else if (!strcasecmp("LC_COLLATE", category)) {
4412 } else if (!strcasecmp("LC_CTYPE", category)) {
4415 } else if (!strcasecmp("LC_MESSAGES", category)) {
4418 } else if (!strcasecmp("LC_MONETARY", category)) {
4420 } else if (!strcasecmp("LC_NUMERIC", category)) {
4422 } else if (!strcasecmp("LC_TIME", category)) {
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c126 if (!strcasecmp(sapi_header->header, "content-type")) in php_apache_sapi_header_handler()
128 else if (!strcasecmp(sapi_header->header, "content-length")) in php_apache_sapi_header_handler()
/PHP-5.6/ext/xml/
H A Dxml.c605 if (strcasecmp(name, enc->name) == 0) { in xml_get_encoding()
1194 } else if (strcasecmp(encoding_param, "ISO-8859-1") == 0) { in php_xml_parser_create_impl()
1196 } else if (strcasecmp(encoding_param, "UTF-8") == 0) { in php_xml_parser_create_impl()
1198 } else if (strcasecmp(encoding_param, "US-ASCII") == 0) { in php_xml_parser_create_impl()
/PHP-5.6/main/
H A Dphp_ini.c230 …if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), PHP_EXTENSION_TOKEN)) { /* load PHP exten… in php_ini_parser_cb()
233 …} else if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), ZEND_EXTENSION_TOKEN)) { /* load Z… in php_ini_parser_cb()
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c127 …if (stream->wrapperdata && stream->wrapper && strcasecmp(stream->wrapper->wops->label, "HTTP") == … in is_http_stream_talking_to_iis()
278 result = strcasecmp(expected, fingerprint); in php_x509_fingerprint_cmp()
344 if (strcasecmp(subjectname, certname) == 0) { in matches_wildcard_name()
365 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in matches_wildcard_name()
412 if (strcasecmp(subject_name, (const char*)ipbuffer) == 0) { in matches_san_list()
/PHP-5.6/ext/zip/lib/
H A Dzipint.h107 #define strcasecmp _stricmp macro
H A Dzip_close.c652 return strcasecmp(aname, bname); in _zip_torrentzip_cmp()
/PHP-5.6/ext/dba/
H A Ddba.c478 for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++); in ZEND_INI_MH()
684 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL_PP(args[2])); hptr++); in php_dba_open()
/PHP-5.6/ext/date/lib/
H A Dparse_date.re559 if (strcasecmp(word, tp->name) == 0) {
592 if (strcasecmp(word, tp->name) == 0) {
639 if (strcasecmp(word, tp->name) == 0) {
687 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
692 if (strcasecmp(word, tp->name) == 0) {
H A Dparse_tz.c320 int cmp = strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
/PHP-5.6/ext/tidy/
H A Dtidy.c1117 if (new_value_length==2 && strcasecmp("on", new_value)==0) { in PHP_INI_MH()
1119 } else if (new_value_length==3 && strcasecmp("yes", new_value)==0) { in PHP_INI_MH()
1121 } else if (new_value_length==4 && strcasecmp("true", new_value)==0) { in PHP_INI_MH()
/PHP-5.6/sapi/thttpd/
H A Dthttpd_patch597 - if ( strcasecmp( protocol, "HTTP/1.0" ) != 0 )
598 + if ( strcasecmp( protocol, "HTTP/1.0" ) != 0 ) {
609 if ( strcasecmp( cp, "keep-alive" ) == 0 )
1676 + else if ( strcasecmp( name, "phppat" ) == 0 )
1681 + else if ( strcasecmp( name, "phpspat" ) == 0 )
1686 else if ( strcasecmp( name, "urlpat" ) == 0 )
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_charset.c717 if (!strcasecmp(c->name, name)) { in mysqlnd_find_charset_name()
/PHP-5.6/ext/odbc/
H A Dbirdstep.c486 if ( !strcasecmp(res->values[i].name,field)) { in PHP_FUNCTION()
/PHP-5.6/Zend/
H A Dzend_builtin_functions.c40 static ZEND_FUNCTION(strcasecmp);
251 ZEND_FE(strcasecmp, arginfo_strcmp)
535 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
H A Dzend_compile.c1934 …) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initial… in zend_do_receive_param()
1946 …) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initial… in zend_do_receive_param()
1964 …) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initial… in zend_do_receive_param()
3306 if (!strcasecmp(fe_arg_info->class_name, "parent") && proto->common.scope) { in zend_do_perform_implementation_check()
3309 } else if (!strcasecmp(fe_arg_info->class_name, "self") && fe->common.scope) { in zend_do_perform_implementation_check()
3317 …if (!strcasecmp(proto_arg_info->class_name, "parent") && proto->common.scope && proto->common.scop… in zend_do_perform_implementation_check()
3320 } else if (!strcasecmp(proto_arg_info->class_name, "self") && proto->common.scope) { in zend_do_perform_implementation_check()
3328 if (strcasecmp(fe_class_name, proto_class_name)!=0) { in zend_do_perform_implementation_check()
3335 strcasecmp(colon+1, proto_class_name) != 0) { in zend_do_perform_implementation_check()
3408 if (!strcasecmp(arg_info->class_name, "self") && fptr->common.scope ) { in zend_get_function_declaration()
[all …]
/PHP-5.6/ext/session/
H A Dsession.c1284 if (!strcasecmp(lim->name, PS(cache_limiter))) {
1429 if (*mod && !strcasecmp(name, (*mod)->s_name)) {
1444 if (!strcasecmp(name, mod->name)) {

Completed in 146 milliseconds

123456