Re: [PHP-DEV] Re: Function autoloading

2013-09-03 Thread Pierre Joye
On Tue, Sep 3, 2013 at 6:04 PM, Levi Morrison wrote: >> In which case we have very different ideas about what good design >> is and would never come to any agreement on that. > > > This is already evident in ALL of your recent "discussions" on this ML. Go > and look: you are the most active partic

Re: [PHP-DEV] Re: Function autoloading

2013-09-03 Thread Levi Morrison
On Tue, Sep 3, 2013 at 10:54 AM, Pierre Joye wrote: > On Tue, Sep 3, 2013 at 6:04 PM, Levi Morrison > wrote: > >> In which case we have very different ideas about what good design > >> is and would never come to any agreement on that. > > > > > > This is already evident in ALL of your recent "di

Re: [PHP-DEV] Re: Function autoloading

2013-09-03 Thread Levi Morrison
> In which case we have very different ideas about what good design > is and would never come to any agreement on that. This is already evident in ALL of your recent "discussions" on this ML. Go and look: you are the most active participant in each topic and you are bickering in each one. Could y

Re: [PHP-DEV] [RFC] Skipping parameters take 2

2013-09-03 Thread Lester Caine
Alexey Zakhlestin wrote: PHPDoc doesn't support parameter blocks, which means that IDEs can't offer >>the same level of assistance with code-completion that they offer for both >>objects and straight parameters -- another huge downside. > > >PHPDoc's does 'not' not support parameter blocks ... y

Re: [PHP-DEV] [RFC] Skipping parameters take 2

2013-09-03 Thread Alexey Zakhlestin
On Tue, Sep 3, 2013 at 11:47 AM, Lester Caine wrote: > Robert Williams wrote: >> >> PHPDoc doesn't support parameter blocks, which means that IDEs can't offer >> the same level of assistance with code-completion that they offer for both >> objects and straight parameters -- another huge downside.

Re: [PHP-DEV] [RFC] Skipping parameters take 2

2013-09-03 Thread Lester Caine
Robert Williams wrote: PHPDoc doesn't support parameter blocks, which means that IDEs can't offer the same level of assistance with code-completion that they offer for both objects and straight parameters -- another huge downside. PHPDoc's does 'not' not support parameter blocks ... you just

[PHP-DEV] Pull requests report (3/9/2013)

2013-09-03 Thread Lior Kaplan
New: #422 Add test for bug #60598 #424 Signature is valid if there are less args #426 Parameter skipping in function calls Merged: #420