Home
last modified time | relevance | path

Searched refs:zend_find_alias_name (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_API.h524 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len);
H A Dzend_builtin_functions.c1095 …ZVAL_STRINGL(method_name, zend_find_alias_name(mptr->common.scope, key, key_len - 1), key_len - 1,… in ZEND_FUNCTION()
H A Dzend_API.c3984 ZEND_API const char* zend_find_alias_name(zend_class_entry *ce, const char *name, zend_uint len) /*… in zend_find_alias_name() function
4033 return zend_find_alias_name(f->common.scope, name, len); in zend_resolve_method_name()

Completed in 32 milliseconds