Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php814 public ?string $defaultValue; variable in ArgInfo
827 ?string $defaultValue, argument
834 $this->defaultValue = $defaultValue;
843 && $this->defaultValue === $other->defaultValue;
871 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
896 return $this->defaultValue;
2281 public ?Expr $defaultValue; variable in PropertyInfo
2293 ?Expr $defaultValue, argument
2301 $this->defaultValue = $defaultValue;
2355 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConsts && $defaultValue->getC…
[all …]
/PHP-8.3/ext/dom/
H A Delement.c304 value = (xmlChar *) ((xmlAttributePtr)attr)->defaultValue; in PHP_METHOD()

Completed in 29 milliseconds