Re: Re: Illegal string offset error in array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jasper Bryant-Greene wrote:
Rasmus Lerdorf wrote:

Jasper Bryant-Greene wrote:

You can't access string offsets with square brackets [] in PHP5. You need to use curly braces {} instead.


Not sure where you got that idea.  This is not true.

-Rasmus


Actually, it is. See the following URL:

http://www.php.net/manual/en/language.types.string.php#language.types.string.substr

Yes, please read that link again. The syntax is deprecated. That doesn't mean it doesn't work as you indicated. If we broke this most of the scripts written for PHP4 would break.


-Rasmus

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux