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.php548 public bool $isIntersection; variable in Type
588 $isIntersection = false;
609 $isIntersection = ($char === "&");
618 return new Type($simpleTypes, $isIntersection);
624 private function __construct(array $types, bool $isIntersection) { argument
626 $this->isIntersection = $isIntersection;
721 $typeSort = $this->isIntersection ? "intersection" : "union";
762 $char = $this->isIntersection ? '&' : '|';
2329 if ($this->type->isIntersection) {

Completed in 16 milliseconds