Thanks Antony. I have committed the fixes. Please re-run and confirm. With Regards, Raghubansh
Antony Dovgal <[EMAIL PROTECTED]> 14/11/07 07:14 PM To Raghubansh Kumar/India/[EMAIL PROTECTED] cc php-cvs@lists.php.net Subject Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array On 14.11.2007 16:40, Raghubansh Kumar wrote: > Hi Antony, Could you pls send me the diff files for ksort and krsort > failure that you mentioned ? Sure, see below. # cat ext/standard/tests/array/krsort_variation3.diff 206+ array(5) { 207+ [2147483648]=> 208+ int(2) 206- array(4) { 218- array(4) { 220+ array(5) { 221+ [2147483648]=> 222+ int(2) 230- array(4) { 234+ array(5) { 235+ [2147483648]=> 236+ int(2) # cat ext/standard/tests/array/ksort_variation3.diff 206+ array(5) { 206- array(4) { 215+ [2147483648]=> 216+ int(2) 218- array(4) { 220+ array(5) { 229+ [2147483648]=> 230+ int(2) 230- array(4) { 234+ array(5) { 243+ [2147483648]=> 244+ int(2) -- Wbr, Antony Dovgal