rasmus                                   Fri, 14 Aug 2009 01:42:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=287271

Log:
FIx test after Stas' explode() fix

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/standard/tests/mail/ezmlm_hash_variation1.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/standard/tests/mail/ezmlm_hash_variation1.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/standard/tests/mail/ezmlm_hash_variation1.phpt 
    2009-08-13 23:50:22 UTC (rev 287270)
+++ 
php/php-src/branches/PHP_5_3/ext/standard/tests/mail/ezmlm_hash_variation1.phpt 
    2009-08-14 01:42:11 UTC (rev 287271)
@@ -133,25 +133,16 @@
 }
 -- Iteration 10 --

-Notice: Array to string conversion in %s on line %d
-array(1) {
-  [0]=>
-  string(41) "piece1 piece2 piece3 piece4 piece5 piece6"
-}
+Warning: explode() expects parameter 1 to be string, array given in %s on line 
%d
+NULL
 -- Iteration 11 --

-Notice: Array to string conversion in %s on line %d
-array(1) {
-  [0]=>
-  string(41) "piece1 piece2 piece3 piece4 piece5 piece6"
-}
+Warning: explode() expects parameter 1 to be string, array given in %s on line 
%d
+NULL
 -- Iteration 12 --

-Notice: Array to string conversion in %s on line %d
-array(1) {
-  [0]=>
-  string(41) "piece1 piece2 piece3 piece4 piece5 piece6"
-}
+Warning: explode() expects parameter 1 to be string, array given in %s on line 
%d
+NULL
 -- Iteration 13 --
 array(2) {
   [0]=>
@@ -188,10 +179,9 @@
   string(41) "piece1 piece2 piece3 piece4 piece5 piece6"
 }
 -- Iteration 20 --
-array(1) {
-  [0]=>
-  string(%d) "%s"
-}
+
+Warning: explode() expects parameter 1 to be string, resource given in %s on 
line %d
+NULL
 -- Iteration 21 --

 Warning: explode(): Empty delimiter in %s on line %d

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

Reply via email to