Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance
875 public function hasProperDefaultValue(): bool { function in ArgInfo880 if ($this->hasProperDefaultValue()) {1282 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {3862 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";3871 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""3878 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""3903 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
Completed in 16 milliseconds