zend_wrong_param_count -- Generate standard error message for wrong parameter count in function or method call
Описание
#include <zend_API.h>
void zend_wrong_param_count ( TSRMLS_D )
zend_wrong_param_count() produces a standard warning message
for functions or class methods that have been called with a wrong number of
parameters. The function automaticly puts the right function name and class
name (if needed) into the error message.