Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php547 public bool $isIntersection; variable in Type
587 $isIntersection = false;
608 $isIntersection = ($char === "&");
617 return new Type($simpleTypes, $isIntersection);
623 private function __construct(array $types, bool $isIntersection) { argument
625 $this->isIntersection = $isIntersection;
720 $typeSort = $this->isIntersection ? "intersection" : "union";
761 $char = $this->isIntersection ? '&' : '|';
1880 if ($this->type->isIntersection) {

Completed in 16 milliseconds