diff options
author | Zoe Slattery <zoe@php.net> | 2008-12-09 13:41:49 +0000 |
---|---|---|
committer | Zoe Slattery <zoe@php.net> | 2008-12-09 13:41:49 +0000 |
commit | d5f6620091e8839eea310edf901f959b8910deb1 (patch) | |
tree | 6c0bc08ac15935340c5d90688ca766090fdbd979 /ext/imap | |
parent | 4bfd48107689cbc2c5f604d5f16cf6340e03b149 (diff) | |
download | php-git-d5f6620091e8839eea310edf901f959b8910deb1.tar.gz |
fix resource id
Diffstat (limited to 'ext/imap')
-rw-r--r-- | ext/imap/tests/imap_fetch_overview_variation2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/tests/imap_fetch_overview_variation2.phpt b/ext/imap/tests/imap_fetch_overview_variation2.phpt index 0b341587cc..dfc3783d05 100644 --- a/ext/imap/tests/imap_fetch_overview_variation2.phpt +++ b/ext/imap/tests/imap_fetch_overview_variation2.phpt @@ -238,7 +238,7 @@ Syntax error in sequence -- Testing with second argument value: NULL Syntax error in sequence --- Testing with second argument value: resource(7) of type (stream) +-- Testing with second argument value: resource(%d) of type (stream) Warning: imap_fetch_overview() expects parameter 2 to be %binary_string_optional%, resource given in %s on line %d Syntax error in sequence |