diff options
Diffstat (limited to 'ext/imap/tests/imap_fetch_overview_variation3.phpt')
-rw-r--r-- | ext/imap/tests/imap_fetch_overview_variation3.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/imap/tests/imap_fetch_overview_variation3.phpt b/ext/imap/tests/imap_fetch_overview_variation3.phpt index 17778d1dda..a73845d1d6 100644 --- a/ext/imap/tests/imap_fetch_overview_variation3.phpt +++ b/ext/imap/tests/imap_fetch_overview_variation3.phpt @@ -7,7 +7,7 @@ require_once(dirname(__FILE__).'/skipif.inc'); --FILE-- <?php /* Prototype : array imap_fetch_overview(resource $stream_id, int $msg_no [, int $options]) - * Description: Read an overview of the information in the headers of the given message sequence + * Description: Read an overview of the information in the headers of the given message sequence * Source code: ext/imap/php_imap.c */ @@ -30,11 +30,11 @@ $options = array ('1', true, 1.000000000000001, 0.00001e5, - PHP_INT_MAX, + PHP_INT_MAX, -PHP_INT_MAX ); -// iterate over each element of $options array +// iterate over each element of $options array $iterator = 1; imap_check($stream_id); foreach($options as $option) { |