Home
last modified time | relevance | path

Searched refs:hasProperDefaultValue (Results 1 – 1 of 1) sorted by relevance

/php-src/build/
H A Dgen_stub.php886 public function hasProperDefaultValue(): bool { function in ArgInfo
891 if ($this->hasProperDefaultValue()) {
1339 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {
5095 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";
5104 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
5111 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
5136 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""

Completed in 17 milliseconds