Searched refs:mptr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_closures.c | 331 zend_function *mptr; in zend_create_closure_from_callable() local 339 mptr = fcc.function_handler; in zend_create_closure_from_callable() 345 zend_free_trampoline(mptr); in zend_create_closure_from_callable() 349 if (!mptr->common.scope) { in zend_create_closure_from_callable() 367 call.scope = mptr->common.scope; in zend_create_closure_from_callable() 369 zend_free_trampoline(mptr); in zend_create_closure_from_callable() 370 mptr = (zend_function *) &call; in zend_create_closure_from_callable() 375 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable() 377 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable() 871 zend_free_trampoline(mptr); in zend_closure_from_frame() [all …]
|
H A D | zend_builtin_functions.c | 852 zend_function *mptr; in ZEND_FUNCTION() local 861 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, mptr) { in ZEND_FUNCTION() 862 if ((mptr->common.fn_flags & ZEND_ACC_PUBLIC) in ZEND_FUNCTION() 864 (((mptr->common.fn_flags & ZEND_ACC_PROTECTED) && in ZEND_FUNCTION() 865 zend_check_protected(mptr->common.scope, scope)) in ZEND_FUNCTION() 866 || ((mptr->common.fn_flags & ZEND_ACC_PRIVATE) && in ZEND_FUNCTION() 867 scope == mptr->common.scope))) in ZEND_FUNCTION() 869 ZVAL_STR_COPY(&method_name, mptr->common.function_name); in ZEND_FUNCTION()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 434 zend_function *mptr; in _class_string() local 448 zend_function *mptr; in _class_string() local 504 zend_function *mptr; in _class_string() local 517 mptr = closure; in _class_string() 1253 zend_function *mptr; in _function_check_flag() local 3218 zend_function *mptr; in instantiate_reflection_method() local 3299 intern->ptr = mptr; in instantiate_reflection_method() 3318 zend_function *mptr; in ZEND_METHOD() local 3335 zend_function *mptr; in ZEND_METHOD() local 3344 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD() [all …]
|
Completed in 60 milliseconds