Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php172 public Type $keyType; variable in ArrayType
180 public function __construct(Type $keyType, Type $valueType) argument
184 $this->keyType = $keyType;
191 $this->keyType->toOptimizerTypeMaskForArrayKey(),
205 return Type::equals($this->keyType, $other->keyType) &&

Completed in 13 milliseconds