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.php1020 public function isMethod(): bool; function
1080 public function isMethod(): bool { function in FunctionName
1129 public function isMethod(): bool { function in MethodName
1265 public function isMethod(): bool function in FuncInfo
1267 return $this->name->isMethod();
1277 … return !($this->flags & Modifiers::STATIC) && $this->isMethod() && !$this->name->isConstructor();
1283 if (!$this->isMethod()) {
1455 if ($this->isMethod()) {
1538 if ($this->isMethod()) {
1901 $fn = $doc->createElement($this->isMethod() ? 'methodname' : 'function');
[all …]

Completed in 55 milliseconds