Searched refs:zend_create_closure (Results 1 – 4 of 4) sorted by relevance
/php-src/Zend/ |
H A D | zend_closures.h | 38 ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zend…
|
H A D | zend_closures.c | 159 zend_create_closure(&new_closure, &closure->func, newclass, closure->called_scope, newthis); in ZEND_METHOD() 249 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in do_closure_bind() 556 zend_create_closure(&result, &closure->func, in zend_closure_clone() 835 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() function
|
H A D | zend_vm_def.h | 8264 zend_create_closure(EX_VAR(opline->result.var), func,
|
H A D | zend_vm_execute.h | 5777 zend_create_closure(EX_VAR(opline->result.var), func, in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_HANDLER()
|
Completed in 176 milliseconds