Re: [PHP-DOC] Proposal to remove void from protos

2006-11-23 Thread Jakub Vrana
Hartmut Holzgraefe wrote: () has different meanings depending on which language you look at, in C++ () is like (void) while in C it is like (...), so lets stick with the explicit (void) to avoid misunderstandings BTW Livedocs use () instead of (void). Jakub Vrana

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-23 Thread Jakub Vrana
Poll results: Null return type instead of void: +2 jakub, richard: true return type -3 tony, derick, friedhelm: isn't so explicit as void +0 etienne: differentiate between really void in echo and null in other functions -3 dave, hartmut, friedhelm, nuno: add void to Pseudo-types instead Remove

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-23 Thread Friedhelm Betz
Hi Jakub, Jakub Vrana wrote: Poll results: [...] Thank you for the opinions, I've added void to Pseudo-types. Thanks for adding ;-) Friedhelm

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-22 Thread Friedhelm Betz
Dave Barr wrote: Jakub Vrana wrote: Hello! Would you agree with removal of the word void in methodsynpsis both from return type and parameters list? I propose to change the return type to null which it really is and remove it completely from parameters list as it is the way to declare that

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-22 Thread Hartmut Holzgraefe
Friedhelm Betz wrote: Dave Barr wrote: Can't we add void to http://php.net/language.pseudo-types instead? +1 from me another +1 -- Hartmut Holzgraefe, Senior Support Engineer. MySQL AB, www.mysql.com

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-22 Thread Nuno Lopes
Jakub Vrana wrote: Hello! Would you agree with removal of the word void in methodsynpsis both from return type and parameters list? I propose to change the return type to null which it really is and remove it completely from parameters list as it is the way to declare that function doesn't

Re: [PHP-DOC] Proposal to remove void from protos

2006-11-21 Thread Dave Barr
Jakub Vrana wrote: Hello! Would you agree with removal of the word void in methodsynpsis both from return type and parameters list? I propose to change the return type to null which it really is and remove it completely from parameters list as it is the way to declare that function doesn't