Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1096 public function getDeclarationClassName(): string { function in MethodName
1101 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1105 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1109 return $this->getDeclarationClassName() . "_{$this->methodName}";
1353 $this->alias->getDeclarationClassName(), $this->name->methodName,
1366 $declarationClassName = $this->name->getDeclarationClassName();

Completed in 20 milliseconds