Re: [PHP-DEV] [RFC] Square brackets shortcut

2008-02-17 Thread Eric Coleman
+1 I hope this didn't die; As a developer, I really like to use this syntax, and find it preferably from working with javascript, ruby, python, etc. Regards, Eric On Jan 21, 2008, at 12:36 AM, taylor luk wrote: +1 firstly, square brackets are natural short cut to array(...) that you c

Re: [PHP-DEV] Problems with LSB

2008-02-17 Thread Jingcheng Zhang
Hello Etienne, If static:: in static context behaves like $this in object context, it would be much meaningful. If we introduce the "meta class" concept in PHP, then each class is an instance of the meta class, thus we can treat a class as an object, and then it is natural that static members foll