diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-11-07 12:03:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-11-07 12:03:06 +0100 |
commit | b72ffbce60aa1d90e09eb7f6153078a406626cee (patch) | |
tree | f30618ef0b8784dc1b6c5da6906f9624137015aa /testdb.php | |
parent | 32c6495e21342fb589b8d617fbe9ac0d99591232 (diff) |
add 'Channel' filter on list
Diffstat (limited to 'testdb.php')
-rw-r--r-- | testdb.php | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -99,4 +99,10 @@ echo "Acls number : ".$acl->getCount()."\n"; $res = $acl->optimize(); echo "Acls optimization : ".$res[0]['Msg_type'].'='.$res[0]['Msg_text']."\n"; +echo "PHP owner:"; +print_r($acl->getOwners('php')); +echo "PECL owner:"; +print_r($acl->getOwners('php-pecl-%')); +echo "PEAR channels:"; +print_r($up->getChannels('pear')); ?> |