smantoor                Thu Sep 11 11:21:53 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/standard/tests/array   array_intersect_key_error.phpt 
  Log:
  Fixed expected output
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/array_intersect_key_error.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/standard/tests/array/array_intersect_key_error.phpt
diff -u php-src/ext/standard/tests/array/array_intersect_key_error.phpt:1.1.2.2 
php-src/ext/standard/tests/array/array_intersect_key_error.phpt:1.1.2.3
--- php-src/ext/standard/tests/array/array_intersect_key_error.phpt:1.1.2.2     
Thu Sep 11 10:48:12 2008
+++ php-src/ext/standard/tests/array/array_intersect_key_error.phpt     Thu Sep 
11 11:21:53 2008
@@ -26,11 +26,11 @@
 
 -- Testing array_intersect_key() function with less than expected no. of 
arguments --
 
-Warning: Wrong parameter count for array_intersect_key() in %s on line %d
+Warning: array_intersect_key(): at least 2 parameters are required, 1 given in 
%s on line %d
 NULL
 
 -- Testing array_intersect_key() function with no arguments --
 
-Warning: Wrong parameter count for array_intersect_key() in %s on line %d
+Warning: array_intersect_key(): at least 2 parameters are required, 0 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