Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance
435 public function hasProperDefaultValue(): bool { function in ArgInfo440 if ($this->hasProperDefaultValue()) {697 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {1413 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";1422 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""1429 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""1454 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
Completed in 11 milliseconds