diff options
Diffstat (limited to 'ext/imap/tests/imap_fetch_overview_error.phpt')
-rw-r--r-- | ext/imap/tests/imap_fetch_overview_error.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_fetch_overview_error.phpt b/ext/imap/tests/imap_fetch_overview_error.phpt index 629535b0bf..3bba1a2426 100644 --- a/ext/imap/tests/imap_fetch_overview_error.phpt +++ b/ext/imap/tests/imap_fetch_overview_error.phpt @@ -32,7 +32,6 @@ var_dump( imap_fetch_overview($stream_id, $msg_no, $options, $extra_arg) ); echo "\n-- Testing imap_fetch_overview() function with less than expected no. of arguments --\n"; var_dump( imap_fetch_overview($stream_id) ); ?> -===DONE=== --CLEAN-- <?php require_once(__DIR__.'/clean.inc'); @@ -51,4 +50,3 @@ NULL Warning: imap_fetch_overview() expects at least 2 parameters, 1 given in %s on line %d NULL -===DONE=== |