Searched refs:defaultValue (Results 1 – 2 of 2) sorted by relevance
663 public $defaultValue; variable in ArgInfo670 $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 PropertyInfo1409 ?Expr $defaultValue, argument1418 $this->defaultValue = $defaultValue;1435 $defaultValue = null;[all …]
227 value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue); in PHP_METHOD()
Completed in 24 milliseconds