diff options
| author | Felipe Pena <felipe@php.net> | 2008-06-23 03:17:42 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-06-23 03:17:42 +0000 |
| commit | 0e63639070166d3340cc929234a826d33ea32564 (patch) | |
| tree | 09fd92615df9b0c615da1fd44e4fcd908b19c34d /ext/imap/tests/imap_utf8.phpt | |
| parent | 58fce3a86387f478a6aba9b124ea6fb797b1e643 (diff) | |
| download | php-git-0e63639070166d3340cc929234a826d33ea32564.tar.gz | |
- New parameter parsing API
Diffstat (limited to 'ext/imap/tests/imap_utf8.phpt')
| -rw-r--r-- | ext/imap/tests/imap_utf8.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_utf8.phpt b/ext/imap/tests/imap_utf8.phpt index 40204674b3..f701f82f27 100644 --- a/ext/imap/tests/imap_utf8.phpt +++ b/ext/imap/tests/imap_utf8.phpt @@ -16,7 +16,7 @@ echo "Done\n"; string(0) "" string(1) "1" -Notice: Array to string conversion in %s on line %d -string(5) "%s" +Warning: imap_utf8() expects parameter 1 to be string, array given in %s on line %d +NULL string(4) "%s" Done |
