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