zend_wrong_param_count  304 Zend/zend_API.h ZEND_API ZEND_COLD void zend_wrong_param_count(void);
zend_wrong_param_count  368 Zend/zend_API.h #define ZEND_WRONG_PARAM_COUNT()					{ zend_wrong_param_count(); return; }
zend_wrong_param_count  369 Zend/zend_API.h #define ZEND_WRONG_PARAM_COUNT_WITH_RETVAL(ret)		{ zend_wrong_param_count(); return ret; }
zend_wrong_param_count  371 ext/mysqli/mysqli_api.c 		zend_wrong_param_count();