diff options
Diffstat (limited to 'ext/imap/tests/bug32589.phpt')
-rw-r--r-- | ext/imap/tests/bug32589.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/bug32589.phpt b/ext/imap/tests/bug32589.phpt index c5030e8970..52a73c6f23 100644 --- a/ext/imap/tests/bug32589.phpt +++ b/ext/imap/tests/bug32589.phpt @@ -1,9 +1,9 @@ ---TEST-- +--TEST-- Bug #32589 (crash inside imap_mail_compose() function) --SKIPIF-- <?php - if (!extension_loaded("imap")) { - die("skip imap extension not available"); + if (!extension_loaded("imap")) { + die("skip imap extension not available"); } ?> --FILE-- |