> Is there any possibility that
> PHP return me a warning with the message (e.g.) "Warning parameter
> number for [function name] in [page.php] line [line number]" ???

If you really need this behavior, do something like

assert('func_num_args() == 1');

That should generate the warning you describe if assertions are turned on.

Leon



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to