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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to