View Single Post

  #7 (permalink)  
Old 07-13-2003
Agelmar
 
Posts: n/a
Default Re: Upgrade to PHP5 (beta)

Louis-Philippe Huberdeau wrote:
> Honestly, I never heard of that modification and have been following
> the development for quite a while... and my square brackets still
> work just
> fine.
>
> Don't worry about that, chances they modify that part are very low.
> They don't want to remove case insensitivity because it would cause
> incompatibility issues, I can't even think of the disaster it would
> make
> if they would change the array element symbol. It's about the most
> used syntax of the entire language... except maybe the PHP tags.


Not for indexing into arrays, only when indexing into a string as an array
to grab the ith character. [] remains the array index operator, but {} is
supposed to be used for strings.

wierd :(


Reply With Quote