Diff for /embedaddon/php/ext/standard/tests/array/array_intersect_assoc_variation9.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 61  echo "Done"; Line 61  echo "Done";
 *** Testing array_intersect_assoc() : passing two dimensional array to both $arr1 and $arr2 arguments ***  *** Testing array_intersect_assoc() : passing two dimensional array to both $arr1 and $arr2 arguments ***
 -- Passing the entire 2-D array to $arr1 and $arr2 --  -- Passing the entire 2-D array to $arr1 and $arr2 --
 - With default arguments -  - With default arguments -
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
 array(2) {  array(2) {
   [0]=>    [0]=>
   array(4) {    array(4) {
Line 86  array(2) { Line 94  array(2) {
   }    }
 }  }
 - With more arguments -  - With more arguments -
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
   
   Notice: Array to string conversion in %sarray_intersect_assoc_variation9.php on line %d
 array(2) {  array(2) {
   [0]=>    [0]=>
   array(4) {    array(4) {

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


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