Lines Matching refs:getArgInfoName
765 public function getArgInfoName(): string; function
803 public function getArgInfoName(): string { function in FunctionName
848 public function getArgInfoName(): string { function in MethodName
1073 public function getArgInfoName(): string { function in FuncInfo
1074 return $this->name->getArgInfoName();
1102 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1108 $this->getArgInfoName(), $this->getFlagsAsArginfoString()
1118 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1125 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
1136 $declarationName, $this->alias->getNonNamespacedName(), $this->getArgInfoName()
1143 $declarationName, $this->alias->getNonNamespacedName(), $this->getArgInfoName()
1149 "\tZEND_DEP_FE(%s, %s)\n", $declarationName, $this->getArgInfoName());
1156 addslashes($namespace), $declarationName, $this->getArgInfoName());
1158 return sprintf("\tZEND_FE(%s, %s)\n", $declarationName, $this->getArgInfoName());
2673 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
2681 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
2692 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
2700 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
2709 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
2808 $funcInfo->getArgInfoName(), $generatedFuncInfo->getArgInfoName()