[PHP-DEV] Bug #14763: Make [] of arrays readable

2001-12-30 Thread linus
e great if you could also read an array in the same manner, ie: $lastadded = $a[]; which would be equivalent to $lastadded = $a[count($a)-1]; which is what you have to do today. /linus -- Edit bug report at: http://bugs.php.net/?id=14763&edit=1 -- PHP Development Mailing List

[PHP-DEV] Bug #14763 Updated: Make [] of arrays readable

2001-12-30 Thread linus
if you could also read an array in the same manner, ie: $lastadded = $a[]; which would be equivalent to $lastadded = $a[count($a)-1]; which is what you have to do today. /linus Edit this bug report at http://b