Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/phar/
H A Dphar.c59 if (ZSTR_LEN(new_value) == 2 && !strcasecmp("on", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
62 else if (ZSTR_LEN(new_value) == 3 && !strcasecmp("yes", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
65 else if (ZSTR_LEN(new_value) == 4 && !strcasecmp("true", ZSTR_VAL(new_value))) { in ZEND_INI_MH()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c235 return strcasecmp( ((zend_module_entry *) Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.0/
H A Dserver-tests.php1193 if (strcasecmp($v,'off')==0 || !$v) $v='';
H A Dconfigure.in681 strcasecmp \
/PHP-7.0/Zend/
H A Dzend_API.c1884 if (strcasecmp(dep->name, r->name) == 0) { in zend_sort_modules()
2199 …if (!scope && (!strcasecmp(info->class_name, "self") || !strcasecmp(info->class_name, "parent"))) { in zend_register_functions()
H A Dzend_compile.c4595 && strcasecmp(Z_STRVAL(default_node.u.constant), "NULL") == 0)); in zend_compile_params()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c2120 if (!strcasecmp(result->values[i].name, field)) { in PHP_FUNCTION()
2976 if (strcasecmp(result->values[i].name, fname) == 0) { in PHP_FUNCTION()
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c247 return strcasecmp( ((zend_module_entry *)Z_PTR(f->val))->name, in module_name_cmp()
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c2397 else if (!strcasecmp( p, "localhost" ) ) in LSAPI_ParseSockAddr()
/PHP-7.0/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-7.0/ext/reflection/
H A Dphp_reflection.c1020 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in _extension_class_string()
5759 …if ((ce->type == ZEND_INTERNAL_CLASS) && ce->info.internal.module && !strcasecmp(ce->info.internal… in add_extension_class()
/PHP-7.0/ext/ldap/
H A Dldap.c55 #undef strcasecmp
/PHP-7.0/ext/imap/
H A Dphp_imap.c4688 if ((body->type == TYPEMESSAGE) && (!strcasecmp(body->subtype, "rfc822"))) { in _php_imap_add_body()
/PHP-7.0/ext/pgsql/
H A Dpgsql.c6169 } else if (!strcasecmp(Z_STRVAL_P(val), "now()")) {

Completed in 171 milliseconds

12345