zoe             Tue Dec  9 13:41:49 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/imap/tests     imap_fetch_overview_variation2.phpt 
  Log:
  fix resource id
  
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt
diff -u php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt:1.1.2.2 
php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt:1.1.2.3
--- php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt:1.1.2.2  Mon Dec 
 8 19:12:39 2008
+++ php-src/ext/imap/tests/imap_fetch_overview_variation2.phpt  Tue Dec  9 
13:41:49 2008
@@ -238,7 +238,7 @@
 -- 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to