Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_closures.c283 zend_function *mptr; in zend_create_closure_from_callable() local
291 mptr = fcc.function_handler; in zend_create_closure_from_callable()
298 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
302 if (!mptr->common.scope) { in zend_create_closure_from_callable()
306 if (!mptr->common.scope->__callstatic) { in zend_create_closure_from_callable()
310 if (!mptr->common.scope->__call) { in zend_create_closure_from_callable()
320 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
322 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
323 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
328 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable()
[all …]
H A Dzend_builtin_functions.c1301 zend_function *mptr; in ZEND_FUNCTION() local
1321 ZEND_HASH_FOREACH_STR_KEY_PTR(&ce->function_table, key, mptr) { in ZEND_FUNCTION()
1323 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
1325 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
1326 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
1327 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
1328 scope == mptr->common.scope))) in ZEND_FUNCTION()
1330 if (mptr->type == ZEND_USER_FUNCTION && in ZEND_FUNCTION()
1331 (!mptr->op_array.refcount || *mptr->op_array.refcount > 1) && in ZEND_FUNCTION()
1332 key && !same_name(key, mptr->common.function_name)) { in ZEND_FUNCTION()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c415 zend_function *mptr; in _class_string() local
429 zend_function *mptr; in _class_string() local
485 zend_function *mptr; in _class_string() local
498 mptr = closure; in _class_string()
1073 zend_function *mptr; in _function_check_flag() local
2935 zend_function *mptr; in ZEND_METHOD() local
3013 intern->ptr = mptr; in ZEND_METHOD()
3024 zend_function *mptr; in ZEND_METHOD() local
3042 zend_function *mptr; in ZEND_METHOD() local
3047 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]

Completed in 35 milliseconds