From: [EMAIL PROTECTED] Operating system: any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: too many number of parameters
Currently, it seems PHP is designed NOT to report errors for too many paramaters for user defined functions. "..." for variable length paramters. Raise error without "...", for example. function foo($var1, $var2, ...) assert(count(function_get_args()) <= 3); or like can be used to check num of paramters, but module functions checks num of parameters. User functions are better to behave the same way by default. IMHO. -- Edit bug report at: http://bugs.php.net/?id=13892&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]