Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php571 public bool $isIntersection; variable in Type
611 $isIntersection = false;
632 $isIntersection = ($char === "&");
641 return new Type($simpleTypes, $isIntersection);
647 private function __construct(array $types, bool $isIntersection) { argument
649 $this->isIntersection = $isIntersection;
744 $typeSort = $this->isIntersection ? "intersection" : "union";
785 $char = $this->isIntersection ? '&' : '|';
2460 if ($this->type->isIntersection) {

Completed in 19 milliseconds