Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php909 public function getDeclarationName(): string; function
961 public function getDeclarationName(): string function in ConstName
987 public function getDeclarationName(): string function in ClassConstName
1008 public function getDeclarationName(): string function in PropertyName
1046 public function getDeclarationName(): string { function in FunctionName
1055 return "ZEND_FUNCTION({$this->getDeclarationName()});\n";
2626 $constName = $this->name->getDeclarationName();
2803 return $this->name->getDeclarationName();
2822 $propertyName = $this->name->getDeclarationName();
4880 "const_" . $constInfo->name->getDeclarationName() . "_$key",
[all …]

Completed in 21 milliseconds