Searched refs:zend_create_fake_closure (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_closures.h | 36 ZEND_API void zend_create_fake_closure(zval *res, zend_function *op_array, zend_class_entry *scope,…
|
H A D | zend_closures.c | 345 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable() 347 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable() 779 ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, zend_class_entry *scope, zen… in zend_create_fake_closure() function
|
/PHP-8.0/ext/reflection/ |
H A D | php_reflection.c | 1673 zend_create_fake_closure(return_value, fptr, NULL, NULL, NULL); in ZEND_METHOD() 3148 zend_create_fake_closure(return_value, mptr, mptr->common.scope, mptr->common.scope, NULL); in ZEND_METHOD() 3166 zend_create_fake_closure(return_value, mptr, mptr->common.scope, Z_OBJCE_P(obj), obj); in ZEND_METHOD()
|
Completed in 28 milliseconds