> 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 accept any parameters in user-defined functions.> > > > New synopsis would be: null debug_print_backtrace()> > instead of: void debug_print_backtrace(void)> > Can't we add "void" to http://php.net/language.pseudo-types instead?
+1
This way we won't confuse C/C++ developers.
Nuno