If I have a function defined in multiple php files that have the same name, but different parameter lists I get error PHP0423 missing argument x for <functionName> on all calls to functions that have less than the largest parameter list of all functions with that name.