Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance
886 public function hasProperDefaultValue(): bool { function in ArgInfo891 if ($this->hasProperDefaultValue()) {1339 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {5095 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";5104 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""5111 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""5136 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
Completed in 16 milliseconds