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