summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_fetchheader_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_fetchheader_variation1.phpt')
-rw-r--r--ext/imap/tests/imap_fetchheader_variation1.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/imap/tests/imap_fetchheader_variation1.phpt b/ext/imap/tests/imap_fetchheader_variation1.phpt
index aabdc2ef10..2cc4f7e5a4 100644
--- a/ext/imap/tests/imap_fetchheader_variation1.phpt
+++ b/ext/imap/tests/imap_fetchheader_variation1.phpt
@@ -7,7 +7,7 @@ extension_loaded('imap') or die('skip imap extension not available in this build
--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
*/
@@ -69,7 +69,7 @@ $inputs = array(
false,
TRUE,
FALSE,
-
+
// empty data
/*16*/ "",
'',
@@ -78,14 +78,14 @@ $inputs = array(
/*18*/ "string",
'string',
$heredoc,
-
+
// array data
/*21*/ array(),
$index_array,
$assoc_array,
array('foo', $index_array, $assoc_array),
-
-
+
+
// object data
/*25*/ new classA(),