Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php562 public bool $isIntersection; variable in Type
602 $isIntersection = false;
623 $isIntersection = ($char === "&");
632 return new Type($simpleTypes, $isIntersection);
638 private function __construct(array $types, bool $isIntersection) { argument
640 $this->isIntersection = $isIntersection;
735 $typeSort = $this->isIntersection ? "intersection" : "union";
776 $char = $this->isIntersection ? '&' : '|';
2444 if ($this->type->isIntersection) {

Completed in 40 milliseconds