Searched refs:getDeclarationClassName (Results 1 – 1 of 1) sorted by relevance
1117 public function getDeclarationClassName(): string { function in MethodName1122 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 20 milliseconds