PATH:
opt
/
alt
/
tests
/
alt-php54-pecl-mailparse_2.1.6-1.el8
/
tests
--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
[-] 009.phpt
[edit]
[-] 005.phpt
[edit]
[-] 003.phpt
[edit]
[-] 007.phpt
[edit]
[-] 008.phpt
[edit]
[-] 001.phpt
[edit]
[-] 002.phpt
[edit]
[-] 006.phpt
[edit]
[+]
testdata
[+]
..
[-] 010.phpt
[edit]