Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php838 public ?string $defaultValue; variable in ArgInfo
851 ?string $defaultValue, argument
858 $this->defaultValue = $defaultValue;
867 && $this->defaultValue === $other->defaultValue;
895 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
920 return $this->defaultValue;
2916 public ?Expr $defaultValue; variable in PropertyInfo
2930 ?Expr $defaultValue, argument
2941 $this->defaultValue = $defaultValue;
2993 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConsts && $defaultValue->getC…
[all …]
/PHP-8.4/ext/dom/
H A Delement.c322 value = BAD_CAST ((xmlAttributePtr)attr)->defaultValue; in PHP_METHOD()

Completed in 26 milliseconds