Lines Matching refs:key
10 public function foo(string $key, int $start, int $end, ?string $type = null): void
12 if (isset($this->a[$key])) {
13 foreach ($this->a[$key] as $i => $data) {
16 unset($this->a[$key][$i]);
21 if (isset($this->type_map[$key])) {
22 foreach ($this->b[$key] as $map_start => $_) {
24 unset($this->b[$key][$map_start]);
28 if (isset($this->c[$key])) {
29 foreach ($this->c[$key] as $map_start => $_) {
31 unset($this->c[$key][$map_start]);
35 if (isset($this->d[$key])) {
36 foreach ($this->d[$key] as $map_start => $_) {
38 unset($this->d[$key][$map_start]);