Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php870 public function hasProperDefaultValue(): bool { function in ArgInfo
875 if ($this->hasProperDefaultValue()) {
1301 if ($arg->defaultValue && !$arg->hasProperDefaultValue()) {
4078 $argDefaultKind = $argInfo->hasProperDefaultValue() ? "_WITH_DEFAULT_VALUE" : "";
4087 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
4094 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""
4119 … $argInfo->hasProperDefaultValue() ? ", " . $argInfo->getDefaultValueAsArginfoString() : ""

Completed in 17 milliseconds