Searched refs:zend_create_closure (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_closures.h | 35 ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zend…
|
H A D | zend_closures.c | 150 …zend_create_closure(&new_closure, &closure->func, Z_OBJCE_P(newthis), closure->called_scope, newth… in ZEND_METHOD() 230 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in do_closure_bind() 520 zend_create_closure(&result, &closure->func, in zend_closure_clone() 685 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() function 783 zend_create_closure(res, func, scope, called_scope, this_ptr); in zend_create_fake_closure()
|
H A D | zend_vm_def.h | 7940 zend_create_closure(EX_VAR(opline->result.var), func,
|
H A D | zend_vm_execute.h | 10225 zend_create_closure(EX_VAR(opline->result.var), func, in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER()
|
Completed in 195 milliseconds