Diff for /embedaddon/php/ext/standard/tests/array/sort_variation2.phpt between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 12:34:45 version 1.1.1.3, 2013/07/22 01:32:06
Line 69  $unexpected_values = array( Line 69  $unexpected_values = array(
 );  );
   
 // loop though each element of the array and check the working of sort()  // loop though each element of the array and check the working of sort()
// when $flag arugment is supplied with different values// when $flag argument is supplied with different values
 echo "\n-- Testing sort() by supplying different unexpected values for 'flag' argument --\n";  echo "\n-- Testing sort() by supplying different unexpected values for 'flag' argument --\n";
   
 $counter = 1;  $counter = 1;

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


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