Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp105 zend_argument_count_error("Too many arguments"); in _php_intlgregcal_constructor_body()
113 zend_argument_count_error("No variant with 4 arguments (excluding trailing NULLs)"); in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp408 zend_argument_count_error("IntlCalendar::set() has no variant with exactly 4 parameters"); in PHP_FUNCTION()
/PHP-8.2/ext/pdo/
H A Dpdo_stmt.c1307 zend_argument_count_error("%s() expects exactly 2 argument for PDO::FETCH_FUNC, %d given", in PHP_METHOD()
1327zend_argument_count_error("%s() expects at most 2 argument for the fetch mode provided, %d given", in PHP_METHOD()
1353zend_argument_count_error("%s() expects exactly 1 argument for the fetch mode provided, %d given", in PHP_METHOD()
1739zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1749zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1773zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1783zend_argument_count_error("%s() expects at least %d arguments for the fetch mode provided, %d give… in pdo_stmt_setup_fetch_mode()
1791zend_argument_count_error("%s() expects at most %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1831zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
/PHP-8.2/ext/standard/
H A Dhead.c245 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.2/Zend/
H A Dzend.h359 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(pr…
H A Dzend_API.c96zend_argument_count_error("Wrong parameter count for %s%s%s()", class_name, space, get_active_func… in zend_wrong_param_count()
216zend_argument_count_error("%s() expects exactly 0 arguments, %d given", ZSTR_VAL(func_name), num_a… in zend_wrong_parameters_none_error()
227 zend_argument_count_error( in zend_wrong_parameters_count_error()
384 zend_argument_count_error("%s%s%s() does not accept unknown named parameters", in zend_unexpected_extra_named_error()
1198 zend_argument_count_error("%s() expects %s %d argument%s, %d given", in zend_parse_va_args()
H A Dzend.c1787 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error() function
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c151zend_argument_count_error("The number of elements in the type definition string must match the num… in PHP_FUNCTION()
156zend_argument_count_error("The number of variables must match the number of parameters in the prep… in PHP_FUNCTION()
197zend_argument_count_error("Number of bind variables doesn't match number of fields in prepared sta… in PHP_FUNCTION()
/PHP-8.2/ext/pgsql/
H A Dpgsql.c2364 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2434 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2739 zend_argument_count_error("Requires 2 or 3 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()

Completed in 75 milliseconds