Home
last modified time | relevance | path

Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/build/
H A Dgen_stub.php705 public function hasProperDefaultValue(): bool { function in ArgInfo
710 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 14 milliseconds