Searched refs:defaultValue (Results 1 – 2 of 2) sorted by relevance
392 public $defaultValue; variable in ArgInfo400 $this->defaultValue = $defaultValue;408 && $this->defaultValue === $other->defaultValue;436 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";448 if ($this->defaultValue === null) {452 switch ($this->defaultValue) {458 return "&{$this->defaultValue};";461 return $this->defaultValue;932 if ($defaultValue !== null) {953 $arg->defaultValue = null;[all …]
226 value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue); in PHP_METHOD()
Completed in 10 milliseconds