[PHP-DEV] PHP 4.0 Bug #7220: Error Report on Function Arguments From: beckett <email protected>
Date: 10/15/00

From: beckett <email protected>
Operating system: HP-UX / Linux / FreeBSD
PHP version: 4.0.3
PHP Bug Type: *Function Specific
Bug description: Error Report on Function Arguments

function bob($arg1, $arg2) {
   ;
}

bob(4);
bob(5,2);

i.e., PHP will falselpy report the error with bob(4) in funcion Bob (i.e., line 1)
instead of bob(4) i.e., line 5.

This is quite annoying when tracking down function calls that have an
incorrect number of arguments

-- 
Edit Bug report at: http://bugs.php.net/?id=7220&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>