Searched refs:valueType (Results 1 – 1 of 1) sorted by relevance
125 public $valueType; variable in ArrayType132 public function __construct(Type $keyType, Type $valueType) argument137 $this->valueType = $valueType;144 $this->valueType->toOptimizerTypeMaskForArrayValue(),158 Type::equals($this->valueType, $other->valueType);
Completed in 9 milliseconds