Searched refs:newThis (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_closures.stub.php | 15 ?object $newThis, argument 19 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {} argument 21 public function call(object $newThis, mixed ...$args): mixed {} argument
|
H A D | zend_closures_arginfo.h | 9 ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 1) 14 ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 1) 19 ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 0)
|
Completed in 3 milliseconds