Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php195 public Type $valueType; variable in ArrayType
202 public function __construct(Type $keyType, Type $valueType) argument
207 $this->valueType = $valueType;
214 $this->valueType->toOptimizerTypeMaskForArrayValue(),
228 Type::equals($this->valueType, $other->valueType);

Completed in 19 milliseconds