Searched refs:ERROR_ARG_POS (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_nonapi.c | 31 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro 452 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 456 …zend_argument_value_error(ERROR_ARG_POS(2), "must be less than the number of fields for this resul… 484 …zend_argument_value_error(ERROR_ARG_POS(2), "must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BO… 691 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty"); 697 …zend_argument_value_error(ERROR_ARG_POS(3), "must be either MYSQLI_USE_RESULT or MYSQLI_STORE_RESU… 1219 zend_argument_value_error(ERROR_ARG_POS(2), "must be one of the MYSQLI_TRANS_* constants"); 1223 zend_argument_value_error(ERROR_ARG_POS(3), "cannot be empty"); 1267 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty"); 1295 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty");
|
H A D | mysqli_api.c | 34 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro 329 zend_argument_value_error(ERROR_ARG_POS(2), "cannot be empty"); in PHP_FUNCTION() 727 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 834 zend_argument_value_error(ERROR_ARG_POS(2), "must be a list array"); 1226 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 1312 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 1551 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than 0"); 1997 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 2059 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 2329 zend_argument_value_error(ERROR_ARG_POS(2), "must be one of " [all …]
|
H A D | mysqli.c | 50 #define ERROR_ARG_POS(arg_num) (getThis() ? (arg_num-1) : (arg_num)) macro 1145 …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() 1194 zend_argument_error(zend_ce_exception, ERROR_ARG_POS(3), in php_mysqli_fetch_into_hash()
|
/PHP-8.1/ext/oci8/ |
H A D | oci8_interface.c | 43 #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 25 milliseconds