Nuno Lopes wrote:
<? function a($b) {} a(1,2,3); ?>PHP accepts this and generates no errors. My purpose is to start generating an E_NOTICE, just like we do for not yet initialized variables.
No, stupid output!Generating E_NOTICE is not a good idea. You don't need to create functions with variable arguments count like printf()?
-- Ondrej Ivanic ([EMAIL PROTECTED]) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php