Home
last modified time | relevance | path

Searched refs:ERROR_ARG_POS (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c34 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro
145 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty"); in PHP_FUNCTION()
336 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
439 zend_argument_value_error(ERROR_ARG_POS(2), "must be a list array"); in PHP_FUNCTION()
551 zend_argument_value_error(ERROR_ARG_POS(3), "must be a list array"); in PHP_FUNCTION()
739 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
821 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
1052 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than 0"); in PHP_FUNCTION()
1448 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
1766 zend_argument_value_error(ERROR_ARG_POS(2), "must be one of " in PHP_FUNCTION()
[all …]
H A Dmysqli_nonapi.c31 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro
388 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0");
392 …zend_argument_value_error(ERROR_ARG_POS(2), "must be less than the number of fields for this resul…
420 …zend_argument_value_error(ERROR_ARG_POS(2), "must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BO…
577 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty");
583 …zend_argument_value_error(ERROR_ARG_POS(3), "must be either MYSQLI_USE_RESULT or MYSQLI_STORE_RESU…
1023 zend_argument_value_error(ERROR_ARG_POS(2), "must be one of the MYSQLI_TRANS_* constants");
1027 zend_argument_value_error(ERROR_ARG_POS(3), "cannot be empty");
1051 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty");
1075 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty");
H A Dmysqli.c52 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro
783 …zend_argument_value_error(ERROR_ARG_POS(2), "must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BO… in php_mysqli_fetch_into_hash()
832 zend_argument_error(zend_ce_exception, ERROR_ARG_POS(3), in php_mysqli_fetch_into_hash()
/PHP-8.2/ext/oci8/
H A Doci8_interface.c43 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro
263 zend_argument_value_error(ERROR_ARG_POS(3), "must be greater than or equal to 0"); in PHP_FUNCTION()
355 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than 0"); in PHP_FUNCTION()
605 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
640 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION()
647 zend_argument_value_error(ERROR_ARG_POS(3), "must be greater than or equal to 0"); in PHP_FUNCTION()
838 zend_argument_value_error(ERROR_ARG_POS(3), "must be greater than or equal to 0"); in PHP_FUNCTION()
845 zend_argument_value_error(ERROR_ARG_POS(4), "must be greater than or equal to 0"); in PHP_FUNCTION()

Completed in 26 milliseconds