Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php932 public function getDeclarationName(): string; function
984 public function getDeclarationName(): string function in ConstName
1010 public function getDeclarationName(): string function in ClassConstName
1031 public function getDeclarationName(): string function in PropertyName
1069 public function getDeclarationName(): string { function in FunctionName
1078 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