Home
last modified time | relevance | path

Searched refs:zend_binary_strcasecmp (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/
H A DUPGRADING.INTERNALS77 zend_binary_strcasecmp
92 locale-based counterparts to zend_binary_strcasecmp and zend_binary_strncasecmp.
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c252 zend_binary_strcasecmp(s, sizeof("Proxy-Authorization:") - 1, in php_stream_url_wrap_http_ex()
276 zend_binary_strcasecmp(s, sizeof("Proxy-Authorization:") - 1, in php_stream_url_wrap_http_ex()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c741 …if(flen == sizeof("defined")-1 && zend_binary_strcasecmp(fname, flen, "defined", sizeof("defined")… in zend_optimize_block()
750 …} else if((flen == sizeof("function_exists")-1 && zend_binary_strcasecmp(fname, flen, "function_ex… in zend_optimize_block()
751 …(flen == sizeof("is_callable")-1 && zend_binary_strcasecmp(fname, flen, "is_callable", sizeof("is_… in zend_optimize_block()
761 …} else if(flen == sizeof("constant")-1 && zend_binary_strcasecmp(fname, flen, "constant", sizeof("… in zend_optimize_block()
771 …} else if(flen == sizeof("extension_loaded")-1 && zend_binary_strcasecmp(fname, flen, "extension_l… in zend_optimize_block()
/PHP-5.5/Zend/
H A Dzend_ini.c163 return zend_binary_strcasecmp(f->arKey, f->nKeyLength, s->arKey, s->nKeyLength); in ini_key_compare()
H A Dzend_builtin_functions.c541 RETURN_LONG(zend_binary_strcasecmp(s1, s1_len, s2, s2_len)); in ZEND_FUNCTION()
1088 zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) { in ZEND_FUNCTION()
H A Dzend_operators.h366 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
H A Dzend_compile.c1985 …&& !zend_binary_strcasecmp(Z_STRVAL(CONSTANT(last_op->op2.constant)), Z_STRLEN(CONSTANT(last_op->o… in zend_do_begin_method_call()
3999 …&& (zend_binary_strcasecmp(alias->trait_method->method_name, alias->trait_method->mname_len, hash_… in zend_traits_copy_functions()
4036 …&& (zend_binary_strcasecmp(alias->trait_method->method_name, alias->trait_method->mname_len, lcnam… in zend_traits_copy_functions()
6430 …if (!zend_binary_strcasecmp(var->u.constant.value.str.val, var->u.constant.value.str.len, "ticks",… in zend_do_declare_stmt()
6433 …} else if (!zend_binary_strcasecmp(var->u.constant.value.str.val, var->u.constant.value.str.len, "… in zend_do_declare_stmt()
H A Dzend_operators.c2039 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp() function
/PHP-5.5/ext/spl/
H A Dphp_spl.c486 …if (!zend_binary_strcasecmp(Z_STRVAL_P(zcallable), sizeof("spl_autoload_call"), "spl_autoload_call… in PHP_FUNCTION()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c616 || zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) in _class_string()
1011 …if (!zend_binary_strcasecmp((*pce)->name, (*pce)->name_length, hash_key->arKey, hash_key->nKeyLeng… in _extension_class_string()
2406 …if (0 == zend_binary_strcasecmp(param->arg_info->class_name, param->arg_info->class_name_len, "sel… in ZEND_METHOD()
2414 …} else if (0 == zend_binary_strcasecmp(param->arg_info->class_name, param->arg_info->class_name_le… in ZEND_METHOD()
5369 …if (zend_binary_strcasecmp((*pce)->name, (*pce)->name_length, hash_key->arKey, hash_key->nKeyLengt… in add_extension_class()

Completed in 80 milliseconds