Searched refs:valueType (Results 1 – 1 of 1) sorted by relevance
187 public Type $valueType; variable in ArrayType194 public function __construct(Type $keyType, Type $valueType) argument199 $this->valueType = $valueType;206 $this->valueType->toOptimizerTypeMaskForArrayValue(),220 Type::equals($this->valueType, $other->valueType);
Completed in 16 milliseconds