On December 20, 2002 09:37 am, you wrote:
> On Fri, 20 Dec 2002, Ilia A. wrote:
> > On December 20, 2002 06:35 am, you wrote:
> > > > Thank you for taking the time to write to us, but this is not
> > > > a bug. Please double-check the documentation available at
> > > > http://www.php.net/manual/ and the instructions on how to report
> > > > a bug at http://bugs.php.net/how-to-report.php
> > > >
> > > > Nothing wrong with this behaviour, the low & high point are the same,
> > > > hence the false output indicating failure.
> > >
> > > Actually, I think this is a bug, and I see the usefulnes in having the
> > > floor and bottom having the same value. I can write up a patch if
> > > needed.
> >
> > What would be an output then, array() ?
>
> range(2,4) gives  array(2,3,4);
> range(2,3) gives  array(2,3);
> range(2,2) gives  array(2);

Good idea, +1.

I'll prepare a patch.

Ilia

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to