Home
last modified time | relevance | path

Searched refs:Closure (Results 126 – 150 of 160) sorted by relevance

1234567

/PHP-8.3/Zend/tests/
H A Dclosure_001.phpt2 Closure 001: Lambda without lexical variables
H A Dgh14003.phpt22 #1 %s(%d): array_map(Object(Closure), Array)
H A Dbug54358.phpt2 Bug #54358 (Closure, use and reference)
H A Dclosure_047.phpt2 Closure 047: Use in preg_replace_callback() using variables by reference
H A Dbug69989_2.phpt26 // Closure object
H A Dclosure_048.phpt2 Closure 048: Use in preg_replace_callback() using variables by reference
H A Dclosure_033.phpt2 Closure 033: Dynamic closure property and private function
H A Dclosure_037.phpt2 Closure 037: self:: and static:: within closures
H A Dclosure_018.phpt2 Closure 018: Assigning lambda to static var and returning by ref
H A Dclass_properties_const.phpt25 Fatal error: Uncaught Error: Object of class Closure could not be converted to string in %s:%d
H A Dclosure_019.phpt2 Closure 019: Calling lambda using $GLOBALS and global $var
H A Dclosure_005.phpt2 Closure 005: Lambda inside class, lifetime of $this
H A Dclosure_call.phpt2 Closure::call
H A Dclosure_014.phpt2 Closure 014: return by value/reference
H A Dclosure_062.phpt2 Closure $this unbinding deprecation
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
/PHP-8.3/Zend/tests/fibers/
H A Dmultiple-calls-to-ctor.phpt18 #0 %smultiple-calls-to-ctor.php(%d): Fiber->__construct(Object(Closure))
H A Dcall-to-ctor-of-terminated-fiber.phpt24 #0 %scall-to-ctor-of-terminated-fiber.php(%d): Fiber->__construct(Object(Closure))
/PHP-8.3/Zend/tests/return_types/
H A D013.phpt2 Closure inside method returned null, expected array
/PHP-8.3/ext/reflection/tests/
H A Dbug69802.phpt2 Bug #69802 (Reflection on Closure::__invoke borks type hint class name)
/PHP-8.3/ext/spl/tests/
H A Dspl_autoload_013.phpt32 object(Closure)#%d (1) {
/PHP-8.3/Zend/tests/type_declarations/
H A Dcallable_001.phpt24 object(Closure)#1 (0) {
/PHP-8.3/tests/output/
H A Dob_start_callbacks.phpt6 // Closure in variable
/PHP-8.3/ext/reflection/
H A Dphp_reflection.stub.php125 public function __construct(Closure|string $function) {}
144 public function getClosure(): Closure {}
234 public function getClosure(?object $object = null): Closure {}
/PHP-8.3/Zend/
H A Dzend_closures.c43 ZEND_METHOD(Closure, __invoke) /* {{{ */ in ZEND_METHOD() argument
123 ZEND_METHOD(Closure, call) in ZEND_METHOD() argument
253 ZEND_METHOD(Closure, bind) in ZEND_METHOD() argument
270 ZEND_METHOD(Closure, bindTo) in ZEND_METHOD() argument
389 ZEND_METHOD(Closure, fromCallable) in ZEND_METHOD() argument
686 ZEND_COLD ZEND_METHOD(Closure, __construct) in ZEND_METHOD() argument

Completed in 25 milliseconds

1234567