Lines Matching full:as
41 foreach ($this->table[$hash] as [$entryKey]) {
61 foreach ($this->table[$hash] as [$entryKey, $entryValue]) {
81 foreach ($this->table[$hash] as $index => [$entryKey]) {
102 foreach ($this->table[$hash] as $index => [$entryKey]) {
131 foreach ($this->table as $hash => $bucket) {
138 foreach ($bucket as $index => [$key, $value]) {
157 foreach ($this->table as $bucket) {
158 foreach ($bucket as [$key]) {
172 foreach ($this->table as $bucket) {
173 foreach ($bucket as [, $value]) {
183 foreach ($this->table as $bucket) {
184 foreach ($bucket as [$key, $value]) {