Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c235 if ((ZSTR_LEN(new_value) == 2 && strcasecmp("on", ZSTR_VAL(new_value)) == 0) || in ZEND_INI_MH()
236 (ZSTR_LEN(new_value) == 3 && strcasecmp("yes", ZSTR_VAL(new_value)) == 0) || in ZEND_INI_MH()
237 (ZSTR_LEN(new_value) == 4 && strcasecmp("true", ZSTR_VAL(new_value)) == 0) || in ZEND_INI_MH()
/PHP-7.0/ext/iconv/
H A Diconv.c2492 if(!strcasecmp("input_encoding", type)) { in PHP_FUNCTION()
2494 } else if(!strcasecmp("output_encoding", type)) { in PHP_FUNCTION()
2496 } else if(!strcasecmp("internal_encoding", type)) { in PHP_FUNCTION()
2523 if (!strcasecmp("all", type)) { in PHP_FUNCTION()
2528 } else if (!strcasecmp("input_encoding", type)) { in PHP_FUNCTION()
2530 } else if (!strcasecmp("output_encoding", type)) { in PHP_FUNCTION()
2532 } else if (!strcasecmp("internal_encoding", type)) { in PHP_FUNCTION()
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c120 if (!strcasecmp(sapi_header->header, "content-type")) { in php_apache_sapi_header_handler()
125 } else if (!strcasecmp(sapi_header->header, "content-length")) { in php_apache_sapi_header_handler()
/PHP-7.0/main/
H A Dphp_ini.c231 …if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), PHP_EXTENSION_TOKEN)) { /* load PHP exten… in php_ini_parser_cb()
234 …} else if (!is_special_section && !strcasecmp(Z_STRVAL_P(arg1), ZEND_EXTENSION_TOKEN)) { /* load Z… in php_ini_parser_cb()
H A Dmain.c334 if (value_length == 2 && !strcasecmp("on", value)) { in php_get_display_errors_mode()
336 } else if (value_length == 3 && !strcasecmp("yes", value)) { in php_get_display_errors_mode()
338 } else if (value_length == 4 && !strcasecmp("true", value)) { in php_get_display_errors_mode()
340 } else if (value_length == 6 && !strcasecmp(value, "stderr")) { in php_get_display_errors_mode()
342 } else if (value_length == 6 && !strcasecmp(value, "stdout")) { in php_get_display_errors_mode()
H A Dphp_variables.c699 !strcasecmp(SG(request_info).request_method, "POST")) { in php_auto_globals_create_post()
/PHP-7.0/ext/standard/
H A Dbrowscap.c334 if (!strcasecmp(Z_STRVAL_P(arg1), "parent")) { in php_browscap_parser_cb()
337 !strcasecmp(ZSTR_VAL(ctx->current_section_name), Z_STRVAL_P(arg2)) in php_browscap_parser_cb()
H A Dfile.c411 md.in_meta = !strcasecmp("meta", md.token_data); in PHP_FUNCTION()
413 if (strcasecmp("head", md.token_data) == 0) { in PHP_FUNCTION()
440 if (strcasecmp("name", md.token_data) == 0) { in PHP_FUNCTION()
444 } else if (strcasecmp("content", md.token_data) == 0) { in PHP_FUNCTION()
1717 !strcasecmp(sp, dp); in php_copy_file_ctx()
H A Dinfo.c815 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.0/ext/xml/
H A Dxml.c557 if (strcasecmp((char *)name, (char *)enc->name) == 0) { in xml_get_encoding()
1121 } else if (strcasecmp(encoding_param, "ISO-8859-1") == 0) { in php_xml_parser_create_impl()
1123 } else if (strcasecmp(encoding_param, "UTF-8") == 0) { in php_xml_parser_create_impl()
1125 } else if (strcasecmp(encoding_param, "US-ASCII") == 0) { in php_xml_parser_create_impl()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c168 …if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && stream->wrapper && strcasecmp(stream->wrapper->wops… in is_http_stream_talking_to_iis()
316 result = strcasecmp(expected, ZSTR_VAL(fingerprint)); in php_x509_fingerprint_cmp()
373 if (strcasecmp(subjectname, certname) == 0) { in matches_wildcard_name()
394 return strcasecmp(wildcard + 1, subjectname + subject_len - suffix_len) == 0 && in matches_wildcard_name()
441 if (strcasecmp(subject_name, (const char*)ipbuffer) == 0) { in matches_san_list()
/PHP-7.0/ext/dba/
H A Ddba.c495 for (hptr = handler; hptr->name && strcasecmp(hptr->name, ZSTR_VAL(new_value)); hptr++); in ZEND_INI_MH()
702 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL(args[2])); hptr++); in php_dba_open()
/PHP-7.0/ext/tidy/
H A Dtidy.c1093 if (ZSTR_LEN(new_value)==2 && strcasecmp("on", ZSTR_VAL(new_value))==0) { in PHP_INI_MH()
1095 } else if (ZSTR_LEN(new_value)==3 && strcasecmp("yes", ZSTR_VAL(new_value))==0) { in PHP_INI_MH()
1097 } else if (ZSTR_LEN(new_value)==4 && strcasecmp("true", ZSTR_VAL(new_value))==0) { in PHP_INI_MH()
/PHP-7.0/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-7.0/ext/odbc/
H A Dbirdstep.c486 if ( !strcasecmp(res->values[i].name,field)) { in PHP_FUNCTION()
/PHP-7.0/ext/filter/
H A Dfilter.c165 if ((strcasecmp(ZSTR_VAL(new_value), filter_list[i].name) == 0)) { in ZEND_GET_MODULE()
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_charset.c765 if (!strcasecmp(c->name, name)) { in mysqlnd_find_charset_name()
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c45 static ZEND_FUNCTION(strcasecmp);
284 ZEND_FE(strcasecmp, arginfo_strcmp)
615 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
/PHP-7.0/ext/dom/
H A Dphp_dom.c1333 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
/PHP-7.0/sapi/cli/
H A Dphp_cli.c195 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.0/ext/session/
H A Dsession.c1343 if (!strcasecmp(lim->name, PS(cache_limiter))) {
1485 if (*mod && !strcasecmp(name, (*mod)->s_name)) {
1500 if (!strcasecmp(name, mod->name)) {
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c1394 if (p && 0 == strcasecmp(p, "on")) in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1285 if(!strcasecmp(xIter->id.str, id)) { in XMLRPC_VectorGetValueWithID_Case()
/PHP-7.0/ext/mbstring/
H A Dphp_mbregex.c380 if (strcasecmp(p, pname) == 0) { in _php_mb_regex_name2mbctype()

Completed in 154 milliseconds

12345