Lines Matching refs:getArgInfoName
467 public function getArgInfoName(): string; function
505 public function getArgInfoName(): string { function in FunctionName
550 public function getArgInfoName(): string { function in MethodName
721 public function getArgInfoName(): string { function in FuncInfo
722 return $this->name->getArgInfoName();
750 … $this->alias->methodName, $this->getArgInfoName(), $this->getFlagsAsArginfoString()
756 $this->getArgInfoName(), $this->getFlagsAsArginfoString()
766 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
773 $declarationClassName, $this->name->methodName, $this->getArgInfoName(),
784 $declarationName, $this->alias->getNonNamespacedName(), $this->getArgInfoName()
791 $declarationName, $this->alias->getNonNamespacedName(), $this->getArgInfoName()
797 "\tZEND_DEP_FE(%s, %s)\n", $declarationName, $this->getArgInfoName());
804 addslashes($namespace), $declarationName, $this->getArgInfoName());
806 return sprintf("\tZEND_FE(%s, %s)\n", $declarationName, $this->getArgInfoName());
1374 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
1381 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
1391 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
1398 $funcInfo->getArgInfoName(), $funcInfo->return->byRef,
1407 $funcInfo->getArgInfoName(), $funcInfo->return->byRef, $funcInfo->numRequiredArgs
1506 $funcInfo->getArgInfoName(), $generatedFuncInfo->getArgInfoName()