Searched refs:zend_create_closure (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_closures.h | 31 ZEND_API void zend_create_closure(zval *res, zend_function *op_array, zend_class_entry *scope, zval…
|
H A D | zend_closures.c | 149 zend_create_closure(return_value, &closure->func, ce, newthis TSRMLS_CC); in ZEND_METHOD() 304 …zend_create_closure(&result, &closure->func, closure->func.common.scope, closure->this_ptr TSRMLS_… in zend_closure_clone() 457 ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_class_entry *scope, zval *th… in zend_create_closure() function
|
H A D | zend_vm_def.h | 5465 …zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(called_scop… 5467 …zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(scope), EG(…
|
H A D | zend_vm_execute.h | 6830 …zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(called_scop… in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER() 6832 …zend_create_closure(&EX_T(opline->result.var).tmp_var, (zend_function *) op_array, EG(scope), EG(… in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_UNUSED_HANDLER()
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 1790 zend_create_closure(return_value, fptr, NULL, NULL TSRMLS_CC); in ZEND_METHOD() 2859 zend_create_closure(return_value, mptr, mptr->common.scope, NULL TSRMLS_CC); in ZEND_METHOD() 2876 zend_create_closure(return_value, mptr, mptr->common.scope, obj TSRMLS_CC); in ZEND_METHOD()
|
Completed in 118 milliseconds