Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/zend_test/tests/
H A Dobserver_fiber_05.phpt34 <!-- init {closure:%s:%d}() -->
43 <!-- init {closure:%s:%d}() -->
/php-src/Zend/tests/return_types/
H A D025.phpt2 Return type of self is allowed in closure
H A D022.phpt2 Hint on closure with lexical vars
H A D011.phpt14 string(%d) "{closure:%s:%d}"
H A D027.phpt2 Return type of parent is allowed in closure
/php-src/Zend/tests/generators/
H A Dyield_closure.phpt2 Generator shouldn't crash if last yielded value is a closure
/php-src/ext/filter/tests/
H A Dcallback_closure.phpt2 callback function is a closure
/php-src/Zend/tests/type_declarations/
H A Dself_on_closure_in_method.phpt2 self return type on closure in a method
/php-src/Zend/
H A Dzend_closures.stub.php14 Closure $closure, argument
/php-src/Zend/tests/
H A Dgh8083.phpt2 GH-8083 (var_dump() on closure with static variable segfaults)
H A Dclosure_066.phpt10 string(%d) "{closure:%s:2}"
H A Dclosure_011.phpt2 Closure 011: Lexical copies not static in closure
H A Dstatic_variables_closure_bind.phpt2 Static variable can't override bound closure variables
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 Dclosure_034.phpt13 string(%d) "{closure:%s:%d}"
H A Dbug69568.phpt2 Bug #69568: call a private function in closure failed
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_049.phpt2 Closure 049: static::class in static closure in non-static method.
H A Dclosure_050.phpt2 Closure 050: static::class in non-static closure in non-static method.
/php-src/ext/reflection/tests/types/
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-src/Zend/tests/fibers/
H A Ddebug-backtrace.phpt20 #1 [internal function]: {closure:%s:%d}()

Completed in 19 milliseconds

1234567891011