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

version 1.1.1.1, 2012/02/21 23:48:03 version 1.1.1.2, 2013/10/14 08:02:36
Line 12  Test uasort() function : usage variations - sort diffe Line 12  Test uasort() function : usage variations - sort diffe
 *  integer, octal, hexadecimal & float  *  integer, octal, hexadecimal & float
 */  */
   
// comparision function// comparison function
 /* Prototype : int cmp_function(mixed $value1, mixed $value2)  /* Prototype : int cmp_function(mixed $value1, mixed $value2)
  * Parameters : $value1 and $value2 - values to be compared   * Parameters : $value1 and $value2 - values to be compared
  * Return value : 0 - if both values are same   * Return value : 0 - if both values are same

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


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