Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.13-202312181106
/
share
/
test
/
Net_IMAP
/
tests
/
//opt/php-8.2.13-202312181106/share/test/Net_IMAP/tests/settings.php.sample
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ /** * Connection settings for testing * * PHP version 5 * * LICENSE: GPL. * * @category Net * @package Net_IMAP * @author Sebastian Ebling <hudeldudel@php.net> * @copyright 2006 Sebastian Ebling * @license http://www.gnu.org/copyleft/gpl.html * @version CVS: $Id$ * @link http://pear.php.net/package/Net_IMAP/ */ /** * Connection settings */ define('HOST', 'testhost'); define('PORT', '143'); define('USER', 'testuser'); define('PASS', 'testpass'); ?>