Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php186 public Type $valueType; variable in ArrayType
193 public function __construct(Type $keyType, Type $valueType) argument
198 $this->valueType = $valueType;
205 $this->valueType->toOptimizerTypeMaskForArrayValue(),
219 Type::equals($this->valueType, $other->valueType);

Completed in 18 milliseconds