Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php563 public bool $isIntersection; variable in Type
603 $isIntersection = false;
624 $isIntersection = ($char === "&");
633 return new Type($simpleTypes, $isIntersection);
639 private function __construct(array $types, bool $isIntersection) { argument
641 $this->isIntersection = $isIntersection;
736 $typeSort = $this->isIntersection ? "intersection" : "union";
777 $char = $this->isIntersection ? '&' : '|';
2455 if ($this->type->isIntersection) {

Completed in 16 milliseconds