Searched refs:getDeclarationName (Results 1 – 1 of 1) sorted by relevance
908 public function getDeclarationName(): string; function960 public function getDeclarationName(): string function in ConstName986 public function getDeclarationName(): string function in ClassConstName1007 public function getDeclarationName(): string function in PropertyName1045 public function getDeclarationName(): string { function in FunctionName1054 return "ZEND_FUNCTION({$this->getDeclarationName()});\n";2149 $constName = $this->name->getDeclarationName();2326 return $this->name->getDeclarationName();2349 $propertyName = $this->name->getDeclarationName();4355 "const_" . $constInfo->name->getDeclarationName() . "_$key",[all …]
Completed in 22 milliseconds