summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_fetchheader_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_fetchheader_variation5.phpt')
-rw-r--r--ext/imap/tests/imap_fetchheader_variation5.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/imap_fetchheader_variation5.phpt b/ext/imap/tests/imap_fetchheader_variation5.phpt
index ed2aa84dcc..2f98a209a3 100644
--- a/ext/imap/tests/imap_fetchheader_variation5.phpt
+++ b/ext/imap/tests/imap_fetchheader_variation5.phpt
@@ -7,12 +7,12 @@ require_once(dirname(__FILE__).'/skipif.inc');
--FILE--
<?php
/* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
- * Description: Get the full unfiltered header for a message
+ * Description: Get the full unfiltered header for a message
* Source code: ext/imap/php_imap.c
*/
/*
- * Pass different integers and strings as $msg_no argument
+ * Pass different integers and strings as $msg_no argument
* to test behaviour of imap_fetchheader()
*/
@@ -24,7 +24,7 @@ $stream_id = setup_test_mailbox('', 3, $mailbox, 'notSimple'); // set up temp ma
$sequences = array (0, 4, // out of range
'1,3', '1:3', // message sequences instead of numbers
- );
+ );
foreach($sequences as $msg_no) {
echo "\n-- \$msg_no is $msg_no --\n";