Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_closures.c301 zend_function *mptr; in zend_create_closure_from_callable() local
309 mptr = fcc.function_handler; in zend_create_closure_from_callable()
315 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
319 if (!mptr->common.scope) { in zend_create_closure_from_callable()
323 if (!mptr->common.scope->__callstatic) { in zend_create_closure_from_callable()
327 if (!mptr->common.scope->__call) { in zend_create_closure_from_callable()
337 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
339 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
340 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
345 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.c887 zend_function *mptr; in ZEND_FUNCTION() local
896 ZEND_HASH_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION()
897 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
899 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
900 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
901 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
902 scope == mptr->common.scope))) in ZEND_FUNCTION()
904 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c431 zend_function *mptr; in _class_string() local
445 zend_function *mptr; in _class_string() local
501 zend_function *mptr; in _class_string() local
514 mptr = closure; in _class_string()
1230 zend_function *mptr; in _function_check_flag() local
3042 zend_function *mptr; in ZEND_METHOD() local
3112 intern->ptr = mptr; in ZEND_METHOD()
3122 zend_function *mptr; in ZEND_METHOD() local
3139 zend_function *mptr; in ZEND_METHOD() local
3148 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]

Completed in 38 milliseconds