dmitry          Mon Jul  9 15:27:58 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/array   count_recursive.phpt 
  Log:
  Fixed test
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/count_recursive.phpt?r1=1.6&r2=1.7&diff_format=u
Index: php-src/ext/standard/tests/array/count_recursive.phpt
diff -u php-src/ext/standard/tests/array/count_recursive.phpt:1.6 
php-src/ext/standard/tests/array/count_recursive.phpt:1.7
--- php-src/ext/standard/tests/array/count_recursive.phpt:1.6   Fri Apr 20 
21:13:45 2007
+++ php-src/ext/standard/tests/array/count_recursive.phpt       Mon Jul  9 
15:27:58 2007
@@ -224,13 +224,13 @@
 
 Notice: Use of undefined constant ABCD - assumed 'ABCD' in %s on line %d
 
-Warning: count() expects parameter 2 to be long, string given in %s on line %d
+Warning: count() expects parameter 2 to be long, %s given in %s on line %d
 NULL
 
-Warning: count() expects parameter 2 to be long, string given in %s on line %d
+Warning: count() expects parameter 2 to be long, %s given in %s on line %d
 NULL
 
-Warning: count() expects parameter 2 to be long, string given in %s on line %d
+Warning: count() expects parameter 2 to be long, %s given in %s on line %d
 NULL
 
 Done

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

Reply via email to