Home
last modified time | relevance | path

Searched refs:closure (Results 126 – 131 of 131) sorted by relevance

123456

/PHP-7.2/ext/reflection/
H A Dphp_reflection.c517 zend_function *closure; in _class_string() local
523 _fix_closure_prototype(closure); in _class_string()
524 mptr = closure; in _class_string()
526 closure = NULL; in _class_string()
531 _free_function(closure); in _class_string()
1567 zval *closure = NULL; in ZEND_METHOD() local
1579 Z_ADDREF_P(closure); in ZEND_METHOD()
1607 if (closure) { in ZEND_METHOD()
2239 zval closure; in ZEND_METHOD() local
4263 if (closure) { in ZEND_METHOD()
[all …]
/PHP-7.2/ext/standard/tests/file/
H A D007_basic.phpt54 // confirm the closure, using ftell() and feof(), expect, false
81 // confirm the closure, using ftell() and feof(), expect, false
/PHP-7.2/Zend/
H A Dzend_vm_def.h7896 zval *closure, *var; variable
7899 closure = GET_OP1_ZVAL_PTR(BP_VAR_R);
7919 zend_closure_bind_var(closure, var_name, var);
H A Dzend_compile.c5648 static void zend_compile_closure_binding(znode *closure, zend_ast *uses_ast) /* {{{ */ in zend_compile_closure_binding() argument
5667 opline = zend_emit_op(NULL, ZEND_BIND_LEXICAL, closure, NULL); in zend_compile_closure_binding()
H A Dzend_vm_execute.h15338 zval *closure, *var; local
15341 closure = _get_zval_ptr_tmp(opline->op1.var, &free_op1 EXECUTE_DATA_CC);
15361 zend_closure_bind_var(closure, var_name, var);
/PHP-7.2/
H A DNEWS770 . Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with

Completed in 234 milliseconds

123456