diff options
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')); ?> |