Searched refs:valueType (Results 1 – 1 of 1) sorted by relevance
195 public Type $valueType; variable in ArrayType202 public function __construct(Type $keyType, Type $valueType) argument207 $this->valueType = $valueType;214 $this->valueType->toOptimizerTypeMaskForArrayValue(),228 Type::equals($this->valueType, $other->valueType);
Completed in 19 milliseconds