Home
last modified time | relevance | path

Searched refs:zend_argument_count_error (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp62 zend_argument_count_error("Too many arguments"); in _php_intlgregcal_constructor_body()
70 zend_argument_count_error("No variant with 4 arguments (excluding trailing NULLs)"); in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp400 zend_argument_count_error("IntlCalendar::set() has no variant with exactly 4 parameters"); in PHP_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c1374 zend_argument_count_error("%s() expects exactly 2 argument for PDO::FETCH_FUNC, %d given", in PHP_METHOD()
1394zend_argument_count_error("%s() expects at most 2 argument for the fetch mode provided, %d given", in PHP_METHOD()
1420zend_argument_count_error("%s() expects exactly 1 argument for the fetch mode provided, %d given", in PHP_METHOD()
1810zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1820zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1844zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1854zend_argument_count_error("%s() expects at least %d arguments for the fetch mode provided, %d give… in pdo_stmt_setup_fetch_mode()
1862zend_argument_count_error("%s() expects at most %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1902zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
/PHP-8.0/ext/standard/
H A Dhead.c246 zend_argument_count_error("%s(): Expects exactly 3 arguments when argument #3 " in php_setcookie_common()
H A Dformatted_print.c722zend_argument_count_error("%d arguments are required, %d given", max_missing_argnum + nb_additiona… in php_formatted_print()
/PHP-8.0/Zend/
H A Dzend.h308 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(pr…
H A Dzend_API.c94zend_argument_count_error("Wrong parameter count for %s%s%s()", class_name, space, get_active_func… in zend_wrong_param_count()
188zend_argument_count_error("%s() expects exactly 0 arguments, %d given", ZSTR_VAL(func_name), num_a… in zend_wrong_parameters_none_error()
199 zend_argument_count_error( in zend_wrong_parameters_count_error()
344 zend_argument_count_error("%s%s%s() does not accept unknown named parameters", in zend_unexpected_extra_named_error()
1032 zend_argument_count_error("%s() expects %s %d argument%s, %d given", in zend_parse_va_args()
H A Dzend.c1588 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error() function
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c335zend_argument_count_error("The number of elements in the type definition string must match the num… in PHP_FUNCTION()
340zend_argument_count_error("The number of variables must match the number of parameters in the prep… in PHP_FUNCTION()
557zend_argument_count_error("Number of bind variables doesn't match number of fields in prepared sta… in PHP_FUNCTION()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c2414 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2486 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2807 zend_argument_count_error("Requires 2 or 3 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()

Completed in 65 milliseconds