Searched refs:getDeclarationName (Results 1 – 1 of 1) sorted by relevance
924 public function getDeclarationName(): string; function976 public function getDeclarationName(): string function in ConstName1002 public function getDeclarationName(): string function in ClassConstName1023 public function getDeclarationName(): string function in PropertyName1061 public function getDeclarationName(): string { function in FunctionName1070 return "ZEND_FUNCTION({$this->getDeclarationName()});\n";2762 $constName = $this->name->getDeclarationName();3056 return $this->name->getDeclarationName();3076 $propertyName = $this->name->getDeclarationName();5414 "const_" . $constInfo->name->getDeclarationName() . "_$key",[all …]
Completed in 19 milliseconds