Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/tests/
H A Dclosure_044.phpt5 /* A non-static closure has a bound instance if it has a scope
54 Deprecated: Unbinding $this of closure is deprecated in %s on line %d
70 Deprecated: Unbinding $this of closure is deprecated in %s on line %d
H A Dclosure_011.phpt2 Closure 011: Lexical copies not static in closure
H A Dclosure_025.phpt2 Closure 025: Using closure in create_function()
H A Dclosure_051.phpt2 Closure 051: static::class in static closure in static method.
H A Dclosure_052.phpt2 Closure 052: static::class in non-static closure in static method.
H A Dclosure_055.phpt2 Closure 055: self::class in static closure in static method.
H A Dclosure_056.phpt2 Closure 056: self::class in non-static closure in static method.
H A Dbug69568.phpt2 Bug #69568: call a private function in closure failed
H A Dclosure_write_prop.phpt2 Cannot write to closure properties
H A Dbug70630.phpt10 Warning: Cannot rebind scope of closure created from function in %s on line %d
H A Dbug71737.phpt2 Bug #71737: Memory leak in closure with parameter named $this
H A Dclosure_050.phpt2 Closure 050: static::class in non-static closure in non-static method.
H A Dclosure_053.phpt2 Closure 053: self::class in static closure in non-static method.
H A Dclosure_054.phpt2 Closure 054: self::class in non-static closure in non-static method.
H A Dclosure_049.phpt2 Closure 049: static::class in static closure in non-static method.
H A Dbug79778.phpt2 Bug #79778: Assertion failure if dumping closure with unresolved static variable
H A Dexception_023.phpt14 #0 %s(%d): {closure}(Object(class@anonymous))
H A Dcall_user_func_closure_from_static_method.phpt2 call_user_func() on non-static closure without $this inside a static method
H A Dexception_ignore_args.phpt16 #0 %sexception_ignore_args.php(8): {closure}()
H A Dbug64979.phpt2 Bug #64979 (Wrong behavior of static variables in closure generators)
/PHP-7.4/ext/filter/tests/
H A Dcallback_closure.phpt2 callback function is a closure
/PHP-7.4/Zend/tests/return_types/
H A D027.phpt2 Return type of parent is allowed in closure
/PHP-7.4/ext/standard/tests/general_functions/
H A Dclosures_002.phpt2 register_tick_function() & closure
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_001.phpt16 $closure = function (Test $a): Test { return $a; };
22 new ReflectionFunction($closure),
42 new ReflectionMethod($closure, '__invoke'),
64 new ReflectionFunction($closure),
65 new ReflectionMethod($closure, '__invoke'),
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable_non_static_statically.phpt20 Failed to create closure from callable: non-static method A::method() should not be called statical…

Completed in 21 milliseconds

123456