Searched refs:getDeclarationClassName (Results 1 – 1 of 1) sorted by relevance
840 public function getDeclarationClassName(): string { function in MethodName845 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";849 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";853 return $this->getDeclarationClassName() . "_{$this->methodName}";1101 $this->alias->getDeclarationClassName(), $this->name->methodName,1114 $declarationClassName = $this->name->getDeclarationClassName();
Completed in 22 milliseconds