Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php176 public Type $valueType; variable in ArrayType
183 public function __construct(Type $keyType, Type $valueType) argument
188 $this->valueType = $valueType;
195 $this->valueType->toOptimizerTypeMaskForArrayValue(),
209 Type::equals($this->valueType, $other->valueType);

Completed in 19 milliseconds