Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php1125 public function getDeclarationClassName(): string { function in MethodName
1130 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1134 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1450 … $name = "zim_" . $this->alias->getDeclarationClassName() . "_" . $this->alias->methodName;
1460 … $name = "zim_" . $this->name->getDeclarationClassName() . "_" . $this->name->methodName;
1463 …$functionEntryCode = "\tZEND_ME(" . $this->name->getDeclarationClassName() . ", " . $this->name->m…

Completed in 16 milliseconds