Home
last modified time | relevance | path

Searched refs:zend_create_closure (Results 1 – 4 of 4) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_closures.h32 ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zend…
H A Dzend_closures.c152zend_create_closure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_… in ZEND_METHOD()
228 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in ZEND_METHOD()
469 zend_create_closure(&result, &closure->func, in zend_closure_clone()
641 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zend_cla… in zend_create_closure() function
724 zend_create_closure(res, func, scope, called_scope, this_ptr); in zend_create_fake_closure()
H A Dzend_vm_def.h7382 zend_create_closure(EX_VAR(opline->result.var), Z_FUNC_P(zfunc),
H A Dzend_vm_execute.h8084 zend_create_closure(EX_VAR(opline->result.var), Z_FUNC_P(zfunc),

Completed in 138 milliseconds