Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.h407 ZEND_API ZEND_COLD void zend_wrong_param_count(void);
530 #define ZEND_WRONG_PARAM_COUNT() { zend_wrong_param_count(); return; }
H A Dzend_API.c92 ZEND_API ZEND_COLD void zend_wrong_param_count(void) /* {{{ */ in zend_wrong_param_count() function

Completed in 39 milliseconds