Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c601 mptr = closure; in _class_string()
1131 zend_function *mptr; in _function_check_flag() local
2443 zend_function *mptr; in ZEND_METHOD() local
2527 intern->ptr = mptr; in ZEND_METHOD()
2538 zend_function *mptr; in ZEND_METHOD() local
2576 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
2581 mptr->common.scope->name, mptr->common.function_name, in ZEND_METHOD()
2685 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
2690 mptr->common.scope->name, mptr->common.function_name, in ZEND_METHOD()
2716 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
[all …]
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c1004 zend_function *mptr; in ZEND_FUNCTION() local
1030 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1032 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1033 zend_check_protected(mptr->common.scope, EG(scope))) in ZEND_FUNCTION()
1034 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1035 EG(scope) == mptr->common.scope)))) { in ZEND_FUNCTION()
1039 uint len = strlen(mptr->common.function_name); in ZEND_FUNCTION()
1042 if ((mptr->common.fn_flags & ZEND_ACC_CTOR) == 0 || in ZEND_FUNCTION()
1043 mptr->common.scope == ce || in ZEND_FUNCTION()
1045 zend_binary_strcasecmp(key, key_len-1, mptr->common.function_name, len) == 0) { in ZEND_FUNCTION()
[all …]

Completed in 31 milliseconds