Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_API.h297 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
374 #define ZEND_WRONG_PARAM_COUNT() { zend_wrong_param_count(); return; }
375 #define ZEND_WRONG_PARAM_COUNT_WITH_RETVAL(ret) { zend_wrong_param_count(); return ret; }
H A Dzend_API.c89 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() function
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c370 zend_wrong_param_count(); in PHP_FUNCTION()

Completed in 77 milliseconds