📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 07:08:59
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-mailparse_3.2.0-1.el8
/
tests
✏️
Editing: 012.phpt
--TEST-- Check mailparse_mimemessage_extract_uue (file mode) --SKIPIF-- <?php /* vim600: sw=4 ts=4 fdm=marker syn=php */ if (!extension_loaded("mailparse")) print "skip"; ?> --FILE-- <?php $msg = new MimeMessage("file", dirname(__FILE__) . "/testdata/oeuue"); var_dump( $msg->extract_uue(0, MAILPARSE_EXTRACT_RETURN)); ?> --EXPECT-- string(88) "FooBar - Baaaaa Requirements: o php with mailparse o virus scanner (optional) "
💾 Save Changes
❌ Cancel