Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance
705 public function hasProperDefaultValue(): bool { function in ArgInfo710 if ($this->hasProperDefaultValue()) {1049 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {2715 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";2724 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""2731 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""2756 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
Completed in 10 milliseconds