summaryrefslogtreecommitdiffstats
path: root/testdb.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-07 12:03:06 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-07 12:03:06 +0100
commitb72ffbce60aa1d90e09eb7f6153078a406626cee (patch)
treef30618ef0b8784dc1b6c5da6906f9624137015aa /testdb.php
parent32c6495e21342fb589b8d617fbe9ac0d99591232 (diff)
add 'Channel' filter on list
Diffstat (limited to 'testdb.php')
-rw-r--r--testdb.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/testdb.php b/testdb.php
index 128561c..263a0c9 100644
--- a/testdb.php
+++ b/testdb.php
@@ -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'));
?>