Searched refs:getDeclarationName (Results 1 – 1 of 1) sorted by relevance
932 public function getDeclarationName(): string; function984 public function getDeclarationName(): string function in ConstName1010 public function getDeclarationName(): string function in ClassConstName1031 public function getDeclarationName(): string function in PropertyName1069 public function getDeclarationName(): string { function in FunctionName1078 return "ZEND_FUNCTION({$this->getDeclarationName()});\n";2767 $constName = $this->name->getDeclarationName();2967 return $this->name->getDeclarationName();2987 $propertyName = $this->name->getDeclarationName();5275 "const_" . $constInfo->name->getDeclarationName() . "_$key",[all …]
Completed in 19 milliseconds