Home
last modified time | relevance | path

Searched refs:getDeclarationClassName (Results 1 – 1 of 1) sorted by path

/PHP-8.0/build/
H A Dgen_stub.php542 public function getDeclarationClassName(): string { function in MethodName
547 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
551 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
555 return $this->getDeclarationClassName() . "_{$this->methodName}";
749 $this->alias->getDeclarationClassName(), $this->name->methodName,
762 $declarationClassName = $this->name->getDeclarationClassName();

Completed in 11 milliseconds