/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
imap
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/imap/tests/bug80242.phpt
--TEST-- Bug #80242 (imap_mail_compose() segfaults for multipart with rfc822) --SKIPIF-- <?php if (!extension_loaded('imap')) die('skip imap extension not available'); ?> --FILE-- <?php $bodies = [[ 'type' => TYPEMULTIPART, ], [ 'type' => TYPETEXT, 'contents.data' => 'some text', ], [ 'type' => TYPEMESSAGE, 'subtype' => 'RFC822', ]]; imap_mail_compose([], $bodies); echo "done\n"; ?> --EXPECT-- done
Copyright ©2k19 -
Hexid
|
Tex7ure