Searched refs:zend_wrong_param_count (Results 1 – 3 of 3) sorted by relevance
299 ZEND_API ZEND_COLD void zend_wrong_param_count(void);370 #define ZEND_WRONG_PARAM_COUNT() { zend_wrong_param_count(); return; }371 #define ZEND_WRONG_PARAM_COUNT_WITH_RETVAL(ret) { zend_wrong_param_count(); return ret; }
90 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() function
369 zend_wrong_param_count(); in PHP_FUNCTION()
Completed in 28 milliseconds