Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-7.1
/
share
/
test
/
Auth
/
tests
/
//proc/thread-self/root/opt/php-7.1/share/test/Auth/tests/POP3Container.php
<?php include_once 'TestAuthContainer.php'; include_once 'Auth/Container/POP3.php'; class POP3Container extends TestAuthContainer { function &getContainer() { static $container; if(!isset($container)){ include 'auth_container_pop3_options.php'; $container = new Auth_Container_POP3($options); } return($container); } function &getExtraOptions() { include 'auth_container_pop3_options.php'; return($extra_options); } } ?>