Lines Matching refs:methodName
1118 public string $methodName; variable in MethodName
1120 public function __construct(Name $className, string $methodName) { argument
1122 $this->methodName = $methodName;
1130 return "ZEND_METHOD({$this->getDeclarationClassName()}, $this->methodName);\n";
1134 return "arginfo_class_{$this->getDeclarationClassName()}_{$this->methodName}";
1139 $parts = [...$this->className->getParts(), ltrim($this->methodName, '_')];
1145 return strtolower($this->methodName);
1149 return "$this->className::$this->methodName";
1157 return $this->methodName === "__construct";
1161 return $this->methodName === "__destruct";
1447 $zendName = '"' . $this->name->methodName . '"';
1450 … $name = "zim_" . $this->alias->getDeclarationClassName() . "_" . $this->alias->methodName;
1460 … $name = "zim_" . $this->name->getDeclarationClassName() . "_" . $this->name->methodName;
1463 …ND_ME(" . $this->name->getDeclarationClassName() . ", " . $this->name->methodName . ", $argInfoNam…
1656 . str_replace('_', '-', ltrim($this->name->methodName, '_'))