Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php819 public ?string $defaultValue; variable in ArgInfo
832 ?string $defaultValue, argument
839 $this->defaultValue = $defaultValue;
848 && $this->defaultValue === $other->defaultValue;
876 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
901 return $this->defaultValue;
2110 public ?Expr $defaultValue; variable in PropertyInfo
2119 ?Expr $defaultValue, argument
2127 $this->defaultValue = $defaultValue;
2185 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConst && $defaultValue->getCC…
[all …]
/PHP-8.2/ext/dom/
H A Delement.c227 value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue); in PHP_METHOD()

Completed in 23 milliseconds