Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance
894 public function hasProperDefaultValue(): bool { function in ArgInfo899 if ($this->hasProperDefaultValue()) {1344 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {4956 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";4965 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""4972 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""4997 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
Completed in 16 milliseconds