Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php185 public Type $keyType; variable in ArrayType
193 public function __construct(Type $keyType, Type $valueType) argument
197 $this->keyType = $keyType;
204 $this->keyType->toOptimizerTypeMaskForArrayKey(),
218 return Type::equals($this->keyType, $other->keyType) &&

Completed in 20 milliseconds