Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_closures.c298 zend_function *mptr; in zend_create_closure_from_callable() local
306 mptr = fcc.function_handler; in zend_create_closure_from_callable()
312 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
316 if (!mptr->common.scope) { in zend_create_closure_from_callable()
334 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
336 zend_free_trampoline(mptr); in zend_create_closure_from_callable()
337 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
342 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable()
344 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable()
820 zend_free_trampoline(mptr); in zend_closure_from_frame()
[all …]
H A Dzend_builtin_functions.c832 zend_function *mptr; in ZEND_FUNCTION() local
841 ZEND_HASH_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION()
842 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION()
844 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION()
845 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION()
846 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION()
847 scope == mptr->common.scope))) in ZEND_FUNCTION()
849 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c429 zend_function *mptr; in _class_string() local
443 zend_function *mptr; in _class_string() local
499 zend_function *mptr; in _class_string() local
512 mptr = closure; in _class_string()
1243 zend_function *mptr; in _function_check_flag() local
3185 zend_function *mptr; in ZEND_METHOD() local
3255 intern->ptr = mptr; in ZEND_METHOD()
3265 zend_function *mptr; in ZEND_METHOD() local
3282 zend_function *mptr; in ZEND_METHOD() local
3291 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD()
[all …]

Completed in 34 milliseconds