Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php830 public ?string $defaultValue; variable in ArgInfo
843 ?string $defaultValue, argument
850 $this->defaultValue = $defaultValue;
859 && $this->defaultValue === $other->defaultValue;
887 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
912 return $this->defaultValue;
2911 public ?Expr $defaultValue; variable in PropertyInfo
3019 ?Expr $defaultValue, argument
3030 $this->defaultValue = $defaultValue;
3082 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConsts && $defaultValue->getC…
[all …]
/php-src/ext/dom/
H A Delement.c322 value = BAD_CAST ((xmlAttributePtr)attr)->defaultValue; in PHP_METHOD()

Completed in 27 milliseconds