Home
last modified time | relevance | path

Searched refs:zend_wrong_param_count (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_API.h299 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; }
H A Dzend_API.c90 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() function
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c369 zend_wrong_param_count(); in PHP_FUNCTION()

Completed in 33 milliseconds