Re: [PHP-LANG] PHP/FI 2 legacy
[email protected] (Andrei Zmievski)
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 25 Nov 2000, Andi Gutmans wrote:
> old_function() shouldn't be part of the language standard IMO.
> I can't think of any other things, but we will probably come up with some
> when we get into the more semantic descriptions. We might want to drop
> $array[] support and $string[n] for string indexing (using $string{n}
> instead although I still haven't implemented it).
Why do you want to drop $array[]?
I think $string{n} feature works, I've been using it lately.
-Andrei
Hacker: Any person who derives joy from
discovering ways to circumvent limitations.