Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_API.h347 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
422 #define ZEND_WRONG_PARAM_COUNT() { zend_wrong_param_count(); return; }
423 #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

Completed in 38 milliseconds