Home
last modified time | relevance | path

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

1234

/PHP-7.4/Zend/
H A Dzend_builtin_functions.c38 static ZEND_FUNCTION(strcasecmp);
250 ZEND_FE(strcasecmp, arginfo_strcmp)
636 ZEND_FUNCTION(strcasecmp) in ZEND_FUNCTION() argument
H A Dzend_inheritance.c541 if (!strcasecmp(class_name, "self") && fptr->common.scope) { in zend_append_type_hint()
544 …} else if (!strcasecmp(class_name, "parent") && fptr->common.scope && fptr->common.scope->parent) { in zend_append_type_hint()
H A Dzend_API.c1897 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
2222 if (!scope && (!strcasecmp(type_name, "self") || !strcasecmp(type_name, "parent"))) { in zend_register_functions()
H A Dzend_compile.c5437 …&& strcasecmp(ZSTR_VAL(zend_ast_get_constant_name(Z_ASTVAL(default_node.u.constant))), "NULL") == … in zend_compile_params()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re302 if (!strcasecmp(ZSTR_VAL(ctx->arg.s), ctx->lookup_data)) {
368 if (!strcasecmp(ZSTR_VAL(host_tmp), target)) {
H A Dinfo.c755 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
H A Dvar_unserializer.re531 …if ((unmangled_class == NULL || !strcmp(unmangled_class, "*") || !strcasecmp(unmangled_class, ZSTR…
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.c764 if (!strcasecmp(c->name, name)) { in mysqlnd_find_charset_name()
/PHP-7.4/ext/filter/
H A Dfilter.c164 if ((strcasecmp(ZSTR_VAL(new_value), filter_list[i].name) == 0)) { in ZEND_GET_MODULE()
/PHP-7.4/ext/dom/
H A Dphp_dom.c1332 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML")) in dom_has_feature()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c183 return strcasecmp(((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.4/main/
H A Dphp_variables.c793 !strcasecmp(SG(request_info).request_method, "POST")) { in php_auto_globals_create_post()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1279 if(!strcasecmp(xIter->id.str, id)) { in XMLRPC_VectorGetValueWithID_Case()
/PHP-7.4/ext/phar/
H A Dphar.c57 if (ZSTR_LEN(new_value) == 2 && !strcasecmp("on", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
60 else if (ZSTR_LEN(new_value) == 3 && !strcasecmp("yes", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
63 else if (ZSTR_LEN(new_value) == 4 && !strcasecmp("true", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c387 if (strcasecmp(p, pname) == 0) { in _php_mb_regex_name2mbctype()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c194 return strcasecmp( ((zend_module_entry *) Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c2145 if (!strcasecmp(result->values[i].name, field)) { in PHP_FUNCTION()
2989 if (strcasecmp(result->values[i].name, fname) == 0) { in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c248 return strcasecmp( ((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.4/
H A Dconfigure.ac638 strcasecmp \
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c913 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in _extension_class_string()
5887 …if (ce->type == ZEND_INTERNAL_CLASS && ce->info.internal.module && !strcasecmp(ce->info.internal.m… in add_extension_class()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c2673 else if (!strcasecmp( p, "localhost" ) ) in LSAPI_ParseSockAddr()
/PHP-7.4/ext/ldap/
H A Dldap.c44 #undef strcasecmp
/PHP-7.4/ext/imap/
H A Dphp_imap.c4787 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c6221 } else if (!strcasecmp(Z_STRVAL_P(val), "now()")) {

Completed in 324 milliseconds

1234