Home
last modified time | relevance | path

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

/PHP-5.4/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.4/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_operators.c1977 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp() function
2034 return zend_binary_strcasecmp(Z_STRVAL_P(s1), Z_STRLEN_P(s1), Z_STRVAL_P(s2), Z_STRLEN_P(s2)); in zend_binary_zval_strcasecmp()
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.h342 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
H A Dzend_compile.c1972 …&& !zend_binary_strcasecmp(Z_STRVAL(CONSTANT(last_op->op2.constant)), Z_STRLEN(CONSTANT(last_op->o… in zend_do_begin_method_call()
3805 …&& (zend_binary_strcasecmp(alias->trait_method->method_name, alias->trait_method->mname_len, hash_… in zend_traits_copy_functions()
3842 …&& (zend_binary_strcasecmp(alias->trait_method->method_name, alias->trait_method->mname_len, lcnam… in zend_traits_copy_functions()
6187 …if (!zend_binary_strcasecmp(var->u.constant.value.str.val, var->u.constant.value.str.len, "ticks",… in zend_do_declare_stmt()
6190 …} else if (!zend_binary_strcasecmp(var->u.constant.value.str.val, var->u.constant.value.str.len, "… in zend_do_declare_stmt()
/PHP-5.4/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.4/ext/reflection/
H A Dphp_reflection.c616 || zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) in _class_string()
2403 …if (0 == zend_binary_strcasecmp(param->arg_info->class_name, param->arg_info->class_name_len, "sel… in ZEND_METHOD()
2411 …} else if (0 == zend_binary_strcasecmp(param->arg_info->class_name, param->arg_info->class_name_le… in ZEND_METHOD()

Completed in 61 milliseconds