Searched refs:defaultValue (Results 1 – 2 of 2) sorted by relevance
819 public ?string $defaultValue; variable in ArgInfo832 ?string $defaultValue, argument839 $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 PropertyInfo2119 ?Expr $defaultValue, argument2127 $this->defaultValue = $defaultValue;2185 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConst && $defaultValue->getCC…[all …]
227 value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue); in PHP_METHOD()
Completed in 23 milliseconds