Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php663 public $defaultValue; variable in ArgInfo
670 $this->defaultValue = $defaultValue;
678 && $this->defaultValue === $other->defaultValue;
706 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
722 switch ($this->defaultValue) {
731 return $this->defaultValue;
1396 public $defaultValue; variable in PropertyInfo
1409 ?Expr $defaultValue, argument
1418 $this->defaultValue = $defaultValue;
1435 $defaultValue = null;
[all …]
/PHP-8.1/ext/dom/
H A Delement.c227 value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue); in PHP_METHOD()

Completed in 24 milliseconds