Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c498 zend_function *mptr; in _class_string() local
624 mptr = closure; in _class_string()
1180 zend_function *mptr; in _function_check_flag() local
2673 zend_function *mptr; in ZEND_METHOD() local
2757 intern->ptr = mptr; in ZEND_METHOD()
2841 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
2846 mptr->common.scope->name, mptr->common.function_name, in ZEND_METHOD()
2950 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
2955 mptr->common.scope->name, mptr->common.function_name, in ZEND_METHOD()
2981 mptr->common.scope->name, mptr->common.function_name); in ZEND_METHOD()
[all …]
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c1044 zend_function *mptr; in ZEND_FUNCTION() local
1070 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1072 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1073 zend_check_protected(mptr->common.scope, EG(scope))) in ZEND_FUNCTION()
1074 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1075 EG(scope) == mptr->common.scope)))) { in ZEND_FUNCTION()
1079 uint len = strlen(mptr->common.function_name); in ZEND_FUNCTION()
1086 } else if ((mptr->common.fn_flags & ZEND_ACC_CTOR) == 0 || in ZEND_FUNCTION()
1087 mptr->common.scope == ce || in ZEND_FUNCTION()
1090 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
[all …]

Completed in 46 milliseconds