Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1019 public function isMethod(): bool; function
1074 public function isMethod(): bool { function in FunctionName
1120 public function isMethod(): bool { function in MethodName
1253 public function isMethod(): bool function in FuncInfo
1255 return $this->name->isMethod();
1265 …return !($this->flags & Class_::MODIFIER_STATIC) && $this->isMethod() && !$this->name->isConstruct…
1271 if (!$this->isMethod()) {
1425 if ($this->isMethod()) {
1522 if ($this->isMethod()) {

Completed in 17 milliseconds