diff options
Diffstat (limited to 'ext/imap/tests/bug35669.phpt')
-rw-r--r-- | ext/imap/tests/bug35669.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/bug35669.phpt b/ext/imap/tests/bug35669.phpt index 1f8ca5d7c3..fc7a135bce 100644 --- a/ext/imap/tests/bug35669.phpt +++ b/ext/imap/tests/bug35669.phpt @@ -8,7 +8,7 @@ Bug #35669 (imap_mail_compose() crashes with multipart-multiboundary-email) ?> --FILE-- <?php - $envelope["from"] = 'Santa <somewhere@northpole.gov>'; + $envelope["from"] = 'Santa <somewhere@northpole.gov>'; $envelope["to"] = 'The bad smurf <bad@smurf.com>'; $envelope['date'] = 'Wed, 04 Jan 2006 19:24:43 -0500'; |