Home
last modified time | relevance | path

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

/php-src/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-src/ext/pdo/
H A Dpdo_stmt.c1302 zend_argument_count_error("%s() expects exactly 2 argument for PDO::FETCH_FUNC, %d given", in PHP_METHOD()
1322zend_argument_count_error("%s() expects at most 2 argument for the fetch mode provided, %d given", in PHP_METHOD()
1348zend_argument_count_error("%s() expects exactly 1 argument for the fetch mode provided, %d given", in PHP_METHOD()
1734zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1744zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1768zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1778zend_argument_count_error("%s() expects at least %d arguments for the fetch mode provided, %d give… in pdo_stmt_setup_fetch_mode()
1786zend_argument_count_error("%s() expects at most %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
1826zend_argument_count_error("%s() expects exactly %d arguments for the fetch mode provided, %d given… in pdo_stmt_setup_fetch_mode()
/php-src/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-src/Zend/
H A Dzend.h361 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) ZEND_ATTRIBUTE_FORMAT(pr…
H A Dzend_API.c97zend_argument_count_error("Wrong parameter count for %s%s%s()", class_name, space, get_active_func… in zend_wrong_param_count()
217zend_argument_count_error("%s() expects exactly 0 arguments, %d given", ZSTR_VAL(func_name), num_a… in zend_wrong_parameters_none_error()
228 zend_argument_count_error( in zend_wrong_parameters_count_error()
385 zend_argument_count_error("%s%s%s() does not accept unknown named parameters", in zend_unexpected_extra_named_error()
1199 zend_argument_count_error("%s() expects %s %d argument%s, %d given", in zend_parse_va_args()
H A Dzend.c1801 ZEND_API ZEND_COLD void zend_argument_count_error(const char *format, ...) /* {{{ */ in zend_argument_count_error() function
/php-src/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-src/ext/pgsql/
H A Dpgsql.c2371 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2441 zend_argument_count_error("Requires 1 or 2 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()
2746 zend_argument_count_error("Requires 2 or 3 arguments, %d given", ZEND_NUM_ARGS()); in PHP_FUNCTION()

Completed in 61 milliseconds