diff options
Diffstat (limited to 'ext/imap/tests/imap_num_recent_error.phpt')
-rw-r--r-- | ext/imap/tests/imap_num_recent_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_num_recent_error.phpt b/ext/imap/tests/imap_num_recent_error.phpt index b0ad5cefa0..4f4fef5054 100644 --- a/ext/imap/tests/imap_num_recent_error.phpt +++ b/ext/imap/tests/imap_num_recent_error.phpt @@ -22,6 +22,6 @@ Checking with no parameters Warning: imap_expunge() expects exactly 1 parameter, 0 given in %s on line %d Checking with incorrect parameter type -Warning: imap_expunge() expects parameter 1 to be resource, string given in %s on line %d +Warning: imap_expunge() expects argument #1 to be of type resource, string given in %s on line %d -Warning: imap_expunge() expects parameter 1 to be resource, bool given in %s on line %d +Warning: imap_expunge() expects argument #1 to be of type resource, bool given in %s on line %d |