Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php194 public Type $keyType; variable in ArrayType
202 public function __construct(Type $keyType, Type $valueType) argument
206 $this->keyType = $keyType;
213 $this->keyType->toOptimizerTypeMaskForArrayKey(),
227 return Type::equals($this->keyType, $other->keyType) &&

Completed in 16 milliseconds