REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 545 B
Close
//opt/cloudlinux/alt-php71/root/usr/share/pear/test/Net_SMTP/tests/auth.phpt
Text
Base64
--TEST-- Net_SMTP: SMTP Authentication --SKIPIF-- <?php if (!@include('config.php')) die("skip\n"); --FILE-- <?php require_once 'Net/SMTP.php'; require_once 'config.php'; if (! ($smtp = new Net_SMTP(TEST_HOSTNAME, TEST_PORT, TEST_LOCALHOST))) { die("Unable to instantiate Net_SMTP object\n"); } if (PEAR::isError($e = $smtp->connect())) { die($e->getMessage() . "\n"); } if (PEAR::isError($e = $smtp->auth(TEST_AUTH_USER, TEST_AUTH_PASS))) { die("Authentication failure\n"); } $smtp->disconnect(); echo 'Success!'; --EXPECT-- Success!
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
auth.phpt
545 B
lrw-r--r--
2021-12-02 08:28:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
basic.phpt
942 B
lrw-r--r--
2021-12-02 08:28:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config.php.dist
488 B
lrw-r--r--
2021-12-02 08:28:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
quotedata.phpt
1.90 KB
lrw-r--r--
2021-12-02 08:28:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).