10000 test travis to see if any environment utalizes this call · symfony/symfony@0673846 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0673846

Browse files
committed 8000
test travis to see if any environment utalizes this call
1 parent 64f3cce commit 0673846

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ private function getIdsByPrefix($namespace)
9393
return false;
9494
}
9595

96+
var_dump([
97+
__METHOD__,
98+
$ids
99+
]);
100+
96101
return array_filter((array) $ids, function ($id) use ($namespace) {
97102
return 0 === strpos($id, $namespace);
98103
});

0 commit comments

Comments
 (0)
0