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.php175 public Type $keyType; variable in ArrayType
183 public function __construct(Type $keyType, Type $valueType) argument
187 $this->keyType = $keyType;
194 $this->keyType->toOptimizerTypeMaskForArrayKey(),
208 return Type::equals($this->keyType, $other->keyType) &&

Completed in 19 milliseconds