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.24-202410171016
/
share
/
test
/
Auth
/
tests
/
//opt/php-8.2.24-202410171016/share/test/Auth/tests/auth_container_pop3_options.php
<?php $options = array( 'host'=>'mail.example.com', 'port'=>'110' ); $extra_options['username'] = 'test_user'; $extra_options['passwd'] = 'test_user'; ?>