📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 07:11:48
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-mailparse_3.2.0-1.el8
/
tests
✏️
Editing: 008.phpt
--TEST-- OO API Segfault when opening a file is not possible --SKIPIF-- <?php /* vim600: sw=4 ts=4 fdm=marker syn=php */ if (!extension_loaded("mailparse")) print "skip"; ?> --POST-- --GET-- --FILE-- <?php error_reporting(0); $msg = new MimeMessage("file", md5(uniqid("nothere"))); if (is_resource($msg)) echo "Err??"; else echo "OK"; ?> --EXPECT-- OK
💾 Save Changes
❌ Cancel