Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php174 public Type $keyType; variable in ArrayType
182 public function __construct(Type $keyType, Type $valueType) argument
186 $this->keyType = $keyType;
193 $this->keyType->toOptimizerTypeMaskForArrayKey(),
207 return Type::equals($this->keyType, $other->keyType) &&

Completed in 14 milliseconds