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] New negative key in arrays
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 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).
PHP 4.3.2:
array(2) {
[-5]=>
string(10) "minus five"
[0]=>
string(10) "minus four"
}
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php