Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php1117 public function getDeclarationClassName(): string { function in MethodName
1122 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1126 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1445 … $name = "zim_" . $this->alias->getDeclarationClassName() . "_" . $this->alias->methodName;
1455 … $name = "zim_" . $this->name->getDeclarationClassName() . "_" . $this->name->methodName;
1458 …$functionEntryCode = "\tZEND_ME(" . $this->name->getDeclarationClassName() . ", " . $this->name->m…

Completed in 15 milliseconds