Home
last modified time | relevance | path

Searched refs:closure (Results 201 – 225 of 234) sorted by relevance

12345678910

/PHP-8.3/Zend/tests/
H A Dbug61767.phpt23 #0 %sbug61767.php(%d): {closure}(%s, 'Undefined varia...', '%s', %d)
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_039.phpt60 #0 %s(%d): Closure->{closure}()
H A Dclosure_038.phpt60 #0 %s(%d): Closure->{closure}()
H A Dclosure_062.phpt51 Warning: Cannot unbind $this of closure using $this in %s on line %d
H A Dtrampoline_closure_named_arguments.phpt2 Trampoline closure created from magic method accepts named arguments
H A Dbug72101.phpt81 #0 %sbug72101.php(%d): {closure}(2, 'MethodCallbackB...', '%s', 8)
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh12380.phpt2 GH-12380: JIT+private array property access inside closure accesses private property in child class
/PHP-8.3/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt30 #1 [internal function]: {closure}()
H A Dbacktrace-deep-nesting.phpt51 #13 [internal function]: {closure}()
/PHP-8.3/Zend/
H A Dzend_closures_arginfo.h8 ZEND_ARG_OBJ_INFO(0, closure, Closure, 0)
H A Dzend_API.h62 zend_object *closure; /* Closure reference, only if the callable *is* the object */ member
749 && a->closure == b->closure in zend_fcc_equals()
756 && a->closure == b->closure in zend_fcc_equals()
774 if (fcc->closure) { in zend_fcc_addref()
775 GC_ADDREF(fcc->closure); in zend_fcc_addref()
793 if (fcc->closure) { in zend_fcc_dtor()
794 OBJ_RELEASE(fcc->closure); in zend_fcc_dtor()
808 if (fcc->closure) { in zend_get_gc_buffer_add_fcc()
809 zend_get_gc_buffer_add_obj(gc_buffer, fcc->closure); in zend_get_gc_buffer_add_fcc()
/PHP-8.3/ext/ffi/tests/
H A Dbug79177.phpt35 #0 %s(%d): {closure}()
/PHP-8.3/Zend/tests/named_params/
H A Dcall_user_func.phpt82 Warning: {closure}(): Argument #1 ($ref) must be passed by reference, value given in %s on line %d
85 {closure}(): Argument #1 ($a) not passed
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dloading_exception1.phpt47 #0 %s(%d): {closure}('A')
H A Dloading_exception2.phpt49 #0 %s(%d): {closure}('I')
/PHP-8.3/ext/reflection/tests/
H A DReflectionParameter_getClass_self_parent_closure.phpt2 Using invalid self/parent types in closure
H A D007.phpt93 {closure}(Class_does_not_exist)
/PHP-8.3/Zend/tests/type_declarations/
H A Dstatic_type_return.phpt89 {closure}(): Return value must be of type static, stdClass returned
/PHP-8.3/ext/standard/tests/array/
H A Darray_map_variation10.phpt66 Exception: Too few arguments to function {closure}(), 1 passed and exactly 2 expected
/PHP-8.3/Zend/tests/closures/
H A Dclosure_from_callable.inc9 $closure = function($param1) {
/PHP-8.3/Zend/tests/readonly_props/
H A Dcache_slot.phpt60 // Test variations using closure rebinding, so we have unknown property_info in JIT.
/PHP-8.3/ext/standard/tests/file/
H A D007_basic.phpt42 // confirm the closure, using ftell() and feof()
77 // confirm the closure, using ftell() and feof()
/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt34 $msg = str_replace('{closure}(): Argument #1 ($arg)', 'Argument ...', $msg);

Completed in 51 milliseconds

12345678910