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"
}



Torben

-- 
 Torben Wilson <[EMAIL PROTECTED]>                        +1.604.709.0506
 http://www.thebuttlesschaps.com          http://www.inflatableeye.com
 http://www.hybrid17.com                  http://www.themainonmain.com
 -----==== Boycott Starbucks!  http://www.haidabuckscafe.com ====-----




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

Reply via email to