Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php122 public $keyType; variable in ArrayType
132 public function __construct(Type $keyType, Type $valueType) argument
136 $this->keyType = $keyType;
143 $this->keyType->toOptimizerTypeMaskForArrayKey(),
157 return Type::equals($this->keyType, $other->keyType) &&

Completed in 17 milliseconds