Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c1148 zend_wrong_parameters_count_error(1, 2); in PHP_FUNCTION()
1250 zend_wrong_parameters_count_error(2, 3); in PHP_FUNCTION()
1363 zend_wrong_parameters_count_error(2, 3); in PHP_FUNCTION()
1452 zend_wrong_parameters_count_error(2, 3); in PHP_FUNCTION()
1920 zend_wrong_parameters_count_error(2, 3); in PHP_FUNCTION()
2256 zend_wrong_parameters_count_error(2, 3); in php_pgsql_data_info()
3097 zend_wrong_parameters_count_error(1, 2); in PHP_FUNCTION()
3178 zend_wrong_parameters_count_error(1, 2); in PHP_FUNCTION()
3275 zend_wrong_parameters_count_error(1, 2); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_API.h1555 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_count_error(uint32_t min_num_args, uint…
1613 zend_wrong_parameters_count_error(_min_num_args, _max_num_args); \
H A Dzend_API.c224 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameters_count_error(uint32_t min_num_args, uint… in zend_wrong_parameters_count_error() function

Completed in 46 milliseconds