Home
last modified time | relevance | path

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

/PHP-7.0/ext/reflection/
H A Dphp_reflection.c514 zend_function *mptr; in _class_string() local
528 zend_function *mptr; in _class_string() local
585 zend_function *mptr; in _class_string() local
611 mptr = closure; in _class_string()
1188 zend_function *mptr; in _function_check_flag() local
3039 zend_function *mptr; in ZEND_METHOD() local
3118 intern->ptr = mptr; in ZEND_METHOD()
3129 zend_function *mptr; in ZEND_METHOD() local
3148 zend_function *mptr; in ZEND_METHOD() local
3154 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c1240 zend_function *mptr; in ZEND_FUNCTION() local
1261 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1263 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1265 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1266 EG(scope) == mptr->common.scope)))) { in ZEND_FUNCTION()
1267 size_t len = ZSTR_LEN(mptr->common.function_name); in ZEND_FUNCTION()
1271 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
1274 mptr->common.scope == ce || in ZEND_FUNCTION()
1277 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1278 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
[all …]

Completed in 42 milliseconds