Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/tests/
H A Dclosure_005.phpt76 #0 %s(%d): A::{closure}()
H A Dclosure_call.phpt64 Warning: Cannot bind closure to scope of internal class stdClass in %s line %d
H A Dclosure_040.phpt45 Warning: Cannot bind an instance to a static closure in %s on line %d
H A Dclosure_038.phpt60 #0 %s(%d): Closure->{closure}()
H A Dclosure_039.phpt60 #0 %s(%d): Closure->{closure}()
H A Dclosure_062.phpt51 Deprecated: Unbinding $this of closure is deprecated in %s on line %d
H A Dbug72101.phpt79 #0 %sbug72101.php(8): {closure}(2, 'Parameter 1 to ...', '%s', 8, Array)
/PHP-7.4/ext/reflection/tests/
H A DReflectionGenerator_basic.phpt76 string(9) "{closure}"
H A D007.phpt95 {closure}(Class_does_not_exist)
/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt47 #0 [internal function]: {closure}('A')
H A Dloading_exception2.phpt49 #0 [internal function]: {closure}('I')
/PHP-7.4/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt39 Exception: Too few arguments to function {closure}(), 3 passed and exactly 4 expected
/PHP-7.4/ext/ffi/tests/
H A Dbug79177.phpt37 #0 %s(%d): {closure}()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c546 UChar *closure; in IC_METHOD() local
560 closure = safe_emalloc(sizeof(UChar), closure_len + 1, 0); in IC_METHOD()
562 closure_len = u_getFC_NFKC_Closure(cp, closure, closure_len, &error); in IC_METHOD()
564 efree(closure); in IC_METHOD()
569 u8str = intl_convert_utf16_to_utf8(closure, closure_len, &error); in IC_METHOD()
571 efree(closure); in IC_METHOD()
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation10.phpt67 Exception: Too few arguments to function {closure}(), 1 passed and exactly 2 expected
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc9 $closure = function($param1) {
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c493 zend_function *closure; in _class_string() local
498 mptr = closure; in _class_string()
500 closure = NULL; in _class_string()
505 _free_function(closure); in _class_string()
1500 zval *closure = NULL; in ZEND_METHOD() local
1510 Z_ADDREF_P(closure); in ZEND_METHOD()
1545 if (closure) { in ZEND_METHOD()
1546 ZVAL_OBJ(&intern->obj, Z_OBJ_P(closure)); in ZEND_METHOD()
2179 zval closure; in ZEND_METHOD() local
4211 if (closure) { in ZEND_METHOD()
[all …]
/PHP-7.4/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.4/
H A DUPGRADING409 ReflectionMethod::getClosure() and closure rebinding is deprecated. Doing
412 . Unbinding $this of a non-static closure that uses $this is deprecated.
H A DNEWS154 . Fixed bug #81353 (segfault with preloading and statically bound closure).
482 . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()).
774 . Fixed bug #79778 (Assertion failure if dumping closure with unresolved
/PHP-7.4/Zend/
H A Dzend_compile.c5536 static void zend_compile_closure_binding(znode *closure, zend_op_array *op_array, zend_ast *uses_as… in zend_compile_closure_binding() argument
5572 opline = zend_emit_op(NULL, ZEND_BIND_LEXICAL, closure, NULL); in zend_compile_closure_binding()
5656 closure_info *info, znode *closure, zend_op_array *op_array) in compile_implicit_lexical_binds() argument
5675 opline = zend_emit_op(NULL, ZEND_BIND_LEXICAL, closure, NULL); in compile_implicit_lexical_binds()
H A Dzend_vm_def.h8393 zval *closure, *var; variable
8395 closure = GET_OP1_ZVAL_PTR(BP_VAR_R);
8417 zend_closure_bind_var_ex(closure,
H A Dzend_vm_execute.h20413 zval *closure, *var; in ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER() local
20415 closure = _get_zval_ptr_tmp(opline->op1.var, &free_op1 EXECUTE_DATA_CC); in ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER()
20437 zend_closure_bind_var_ex(closure, in ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER()

Completed in 252 milliseconds

123456