Re: [PHP-DOC] New negative key in arrays

2003-06-22 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 21:27, André LFS Bacci wrote: > | On Sat, 2003-06-21 at 13:29, André LFS Bacci wrote: > | > Ok, > | > > | > Updating the translation. > | > | OK. I've posted a question on it to the internals list, to see whether > | it's an intentional change or not. We might have to change t

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
| On Sat, 2003-06-21 at 13:29, André LFS Bacci wrote: | > Ok, | > | > Updating the translation. | | OK. I've posted a question on it to the internals list, to see whether | it's an intentional change or not. We might have to change the docs back | (I was, in all honesty, probably a bit rash in chan

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 15:42, Philip Olson wrote: > > I changed it. It appears that the behaviour has changed. I'll find out > > when and add a versioning note (or if it's a bug I'll just fix it). > > See also this doc bug report, you may want to eventually > close it ;) > > http://bugs.php.net/

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 13:29, André LFS Bacci wrote: > Ok, > > Updating the translation. OK. I've posted a question on it to the internals list, to see whether it's an intentional change or not. We might have to change the docs back (I was, in all honesty, probably a bit rash in changing the docs

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Philip Olson
> I changed it. It appears that the behaviour has changed. I'll find out > when and add a versioning note (or if it's a bug I'll just fix it). See also this doc bug report, you may want to eventually close it ;) http://bugs.php.net/bug.php?id=24159 Regards, Philip -- PHP Documentation Maili

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
Ok, Updating the translation. - Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "André LFS Bacci" <[EMAIL PROTECTED]> Cc: "PHP Doc Team" <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 3:49 PM Subject: Re: [PHP-DOC]

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread Lars Torben Wilson
On Sat, 2003-06-21 at 09:18, André LFS Bacci wrote: > It occurs two times in the document > > New value in array with no ley: > if exist integer key -> maximun + 1 ... unless negative key ... in this case > ... new key is zero. > if not exist integer key -> new key is zero > > []s > > André Æ I

Re: [PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
It occurs two times in the document New value in array with no ley: if exist integer key -> maximun + 1 ... unless negative key ... in this case ... new key is zero. if not exist integer key -> new key is zero []s André Æ -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DOC] New negative key in arrays

2003-06-21 Thread André LFS Bacci
While translating the Portuguese manual, I catch this. diff -r1.115 -r1.116 types.xml < If you omit a key, the maximum of the integer-indices is taken, and < the new key will be that maximum + 1. As integers can be negative, < this is also true for negative indices. Having e.g. t