Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1005 public function isMethod(): bool; function
1060 public function isMethod(): bool { function in FunctionName
1106 public function isMethod(): bool { function in MethodName
1234 public function isMethod(): bool function in FuncInfo
1236 return $this->name->isMethod();
1246 …return !($this->flags & Class_::MODIFIER_STATIC) && $this->isMethod() && !$this->name->isConstruct…
1252 if (!$this->isMethod()) {
1406 if ($this->isMethod()) {
1502 if ($this->isMethod()) {

Completed in 12 milliseconds