Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php550 public bool $isIntersection; variable in Type
590 $isIntersection = false;
611 $isIntersection = ($char === "&");
620 return new Type($simpleTypes, $isIntersection);
626 private function __construct(array $types, bool $isIntersection) { argument
628 $this->isIntersection = $isIntersection;
721 $typeSort = $this->isIntersection ? "intersection" : "union";
766 $char = $this->isIntersection ? '&' : '|';
2213 if ($this->type->isIntersection) {

Completed in 13 milliseconds