Home
last modified time | relevance | path

Searched refs:newScope (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_closures.stub.php16 object|string|null $newScope = "static"
19 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {} argument
H A Dzend_closures_arginfo.h10 ZEND_ARG_TYPE_MASK(0, newScope, MAY_BE_OBJECT|MAY_BE_STRING|MAY_BE_NULL, "\"static\"")
15 ZEND_ARG_TYPE_MASK(0, newScope, MAY_BE_OBJECT|MAY_BE_STRING|MAY_BE_NULL, "\"static\"")
/php-src/Zend/tests/
H A Dclosure_040.phpt37 Closure::bindTo(): Argument #2 ($newScope) must be of type object|string|null, array given

Completed in 7 milliseconds