Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php908 public function getDeclarationName(): string; function
960 public function getDeclarationName(): string function in ConstName
986 public function getDeclarationName(): string function in ClassConstName
1007 public function getDeclarationName(): string function in PropertyName
1045 public function getDeclarationName(): string { function in FunctionName
1054 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 15 milliseconds