Re: [PHP-DOC] Proposal to remove void from protos
by Hartmut Holzgraefe other posts by this author
Nov 21 2006 3:01AM messages near this date
Re: [PHP-DOC] Proposal to remove void from protos
|
Re: [PHP-DOC] Proposal to remove void from protos
Jakub Vrana wrote:
> ... and
> remove it completely from parameters list as it is the way to declare
> that function doesn't accept any parameters in user-defined functions.
>
> New synopsis would be: null debug_print_backtrace()
> instead of: void debug_print_backtrace(void)
() 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
so -1 on this part
--
Hartmut Holzgraefe, Senior Support Engineer .
MySQL AB, www.mysql.com
Thread:
Jakub Vrana
Jakub Vrana
Friedhelm Betz
Dave Barr
Nuno Lopes
Friedhelm Betz
Hartmut Holzgraefe
Etienne Kneuss
Hartmut Holzgraefe
Jakub Vrana
Richard A. Quadling
Antony Dovgal
Derick Rethans
Friedhelm Betz
|