Searched refs:newScope (Results 1 – 3 of 3) sorted by relevance
16 object|string|null $newScope = "static"19 public function bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure {} argument
10 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\"")
37 Closure::bindTo(): Argument #2 ($newScope) must be of type object|string|null, array given
Completed in 5 milliseconds