Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_API.h406 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
528 #define ZEND_WRONG_PARAM_COUNT() { zend_wrong_param_count(); return; }
H A Dzend_API.c91 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() function

Completed in 32 milliseconds