Diff for /embedaddon/php/ext/standard/tests/array/array_combine_error2.phpt between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:48:02 version 1.1.1.2, 2012/05/29 12:34:44
Line 32  echo "Done"; Line 32  echo "Done";
 *** Testing array_combine() : error conditions specific to array_combine() ***  *** Testing array_combine() : error conditions specific to array_combine() ***
   
 -- Testing array_combine() function with empty arrays --  -- Testing array_combine() function with empty arrays --
array(0) {
Warning: array_combine(): Both parameters should have at least 1 element in %s on line %d}
bool(false) 
   
 -- Testing array_combine() function with empty array for $keys argument --  -- Testing array_combine() function with empty array for $keys argument --
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>