Searched refs:objectOrMethod (Results 1 – 5 of 5) sorted by relevance
70 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…77 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…94 ReflectionException: ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid…
37 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…41 string(90) "ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be a valid method n…
60 Ok - ReflectionMethod::__construct(): Argument #1 ($objectOrMethod) must be of type object|string, …
181 public function __construct(object|string $objectOrMethod, ?string $method = null) {} argument
136 ZEND_ARG_TYPE_MASK(0, objectOrMethod, MAY_BE_OBJECT|MAY_BE_STRING, NULL)
Completed in 23 milliseconds