Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 101 – 125 of 126) sorted by relevance

123456

/PHP-5.6/sapi/isapi/
H A Dphp5isapi.c618 || !strcasecmp(isapi_special_server_variables[SPECIAL_VAR_HTTPS], "on")) in sapi_isapi_register_server_variables()
/PHP-5.6/ext/filter/
H A Dfilter.c163 if ((strcasecmp(new_value, filter_list[i].name) == 0)) { in PHP_INI_MH()
/PHP-5.6/main/
H A Dphp_variables.c752 !strcasecmp(SG(request_info).request_method, "POST")) { in php_auto_globals_create_post()
H A DSAPI.c49 #define STRCASECMP strcasecmp
/PHP-5.6/ext/dom/
H A Dphp_dom.c1477 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
/PHP-5.6/ext/standard/
H A Dinfo.c894 return strcasecmp(((zend_module_entry *)f->pData)->name, in module_name_cmp()
/PHP-5.6/sapi/cli/
H A Dphp_cli.c192 return strcasecmp(((zend_module_entry *)f->pData)->name, in module_name_cmp()
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c1958 …if ((!table_name || !strcasecmp(tmp_field->table, table_name)) && !strcasecmp(tmp_field->name, fie…
/PHP-5.6/ext/mbstring/
H A Dphp_mbregex.c381 if (strcasecmp(p, pname) == 0) { in _php_mb_regex_name2mbctype()
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1285 if(!strcasecmp(xIter->id.str, id)) { in XMLRPC_VectorGetValueWithID_Case()
/PHP-5.6/ext/phar/
H A Dphar.c59 if (new_value_length == 2 && !strcasecmp("on", new_value)) { in ZEND_INI_MH()
62 else if (new_value_length == 3 && !strcasecmp("yes", new_value)) { in ZEND_INI_MH()
65 else if (new_value_length == 4 && !strcasecmp("true", new_value)) { in ZEND_INI_MH()
/PHP-5.6/sapi/litespeed/
H A Dlsapi_main.c1626 if (p && 0 == strcasecmp(p, "on")) in PHP_MINIT_FUNCTION()
H A Dlsapilib.c2397 else if (!strcasecmp( p, "localhost" ) ) in LSAPI_ParseSockAddr()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c230 return strcasecmp( ((zend_module_entry *)f->pData)->name, in module_name_cmp()
/PHP-5.6/
H A Dserver-tests.php1194 if (strcasecmp($v,'off')==0 || !$v) $v='';
H A Dconfigure.in671 strcasecmp \
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c2110 if (!strcasecmp(result->values[i].name, field)) { in PHP_FUNCTION()
2944 if (strcasecmp(result->values[i].name, fname) == 0) { in PHP_FUNCTION()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c233 return strcasecmp( ((zend_module_entry *)f->pData)->name, in module_name_cmp()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c1868 if (!strcasecmp(result->fields[i].name, Z_STRVAL_PP(field))) {
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c2067 if (strcasecmp(result->fields[i].name, Z_STRVAL_P(field)) == 0) { in PHP_FUNCTION()
/PHP-5.6/ext/date/lib/
H A Dparse_date.c561 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relative_text()
594 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_month()
641 if (strcasecmp(word, tp->name) == 0) { in timelib_lookup_relunit()
689 if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) { in abbr_search()
694 if (strcasecmp(word, tp->name) == 0) { in abbr_search()
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c1047 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in _extension_class_string()
5439 …if (((*pce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->i… in add_extension_class()
/PHP-5.6/ext/ldap/
H A Dldap.c55 #undef strcasecmp
/PHP-5.6/Zend/
H A Dzend_API.c1832 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
/PHP-5.6/ext/imap/
H A Dphp_imap.c4670 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()

Completed in 218 milliseconds

123456