Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php924 public function getDeclarationName(): string; function
976 public function getDeclarationName(): string function in ConstName
1002 public function getDeclarationName(): string function in ClassConstName
1023 public function getDeclarationName(): string function in PropertyName
1061 public function getDeclarationName(): string { function in FunctionName
1070 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