Searched refs:objectOrMethod (Results 1 – 5 of 5) sorted by relevance
30 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…31 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
68 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…73 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…88 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
60 Ok - ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be of type object|string, …
206 public function __construct(object|string $objectOrMethod, ?string $method = null) {} argument
132 ZEND_ARG_TYPE_MASK(0, objectOrMethod, MAY_BE_OBJECT|MAY_BE_STRING, NULL)
Completed in 18 milliseconds