Searched refs:defaultValue (Results 1 – 2 of 2) sorted by relevance
838 public ?string $defaultValue; variable in ArgInfo851 ?string $defaultValue, argument858 $this->defaultValue = $defaultValue;867 && $this->defaultValue === $other->defaultValue;895 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";920 return $this->defaultValue;2916 public ?Expr $defaultValue; variable in PropertyInfo2930 ?Expr $defaultValue, argument2941 $this->defaultValue = $defaultValue;2993 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConsts && $defaultValue->getC…[all …]
322 value = BAD_CAST ((xmlAttributePtr)attr)->defaultValue; in PHP_METHOD()
Completed in 26 milliseconds