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