Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php829 public ?string $defaultValue; variable in ArgInfo
842 ?string $defaultValue, argument
849 $this->defaultValue = $defaultValue;
858 && $this->defaultValue === $other->defaultValue;
886 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
911 return $this->defaultValue;
2892 public ?Expr $defaultValue; variable in PropertyInfo
2904 ?Expr $defaultValue, argument
2913 $this->defaultValue = $defaultValue;
2964 …if ($defaultValue->isUnknownConstValue || ($defaultValue->originatingConsts && $defaultValue->getC…
[all …]
/php-src/ext/dom/
H A Delement.c292 value = BAD_CAST ((xmlAttributePtr)attr)->defaultValue; in PHP_METHOD()

Completed in 33 milliseconds