Searched refs:ERROR_ARG_POS (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/mysqli/ |
H A D | mysqli_api.c | 31 #define ERROR_ARG_POS(arg_num) (hasThis() ? (arg_num-1) : (arg_num)) macro 140 zend_argument_must_not_be_empty_error(ERROR_ARG_POS(2)); in PHP_FUNCTION() 323 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION() 426 zend_argument_value_error(ERROR_ARG_POS(2), "must be a list array"); in PHP_FUNCTION() 538 zend_argument_value_error(ERROR_ARG_POS(3), "must be a list array"); in PHP_FUNCTION() 726 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION() 808 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION() 1039 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than 0"); in PHP_FUNCTION() 1410 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); in PHP_FUNCTION() 1718 zend_argument_value_error(ERROR_ARG_POS(2), "must be either " in PHP_FUNCTION() [all …]
|
H A D | mysqli_nonapi.c | 29 #define ERROR_ARG_POS(arg_num) (hasThis() ? (arg_num-1) : (arg_num)) macro 386 zend_argument_value_error(ERROR_ARG_POS(2), "must be greater than or equal to 0"); 390 …zend_argument_value_error(ERROR_ARG_POS(2), "must be less than the number of fields for this resul… 418 …zend_argument_value_error(ERROR_ARG_POS(2), "must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BO… 575 zend_argument_must_not_be_empty_error(ERROR_ARG_POS(2)); 581 …zend_argument_value_error(ERROR_ARG_POS(3), "must be either MYSQLI_USE_RESULT or MYSQLI_STORE_RESU… 1012 zend_argument_value_error(ERROR_ARG_POS(2), "must be one of the MYSQLI_TRANS_* constants"); 1016 zend_argument_must_not_be_empty_error(ERROR_ARG_POS(3)); 1040 zend_argument_must_not_be_empty_error(ERROR_ARG_POS(2)); 1064 zend_argument_must_not_be_empty_error(ERROR_ARG_POS(2));
|
H A D | mysqli.c | 51 #define ERROR_ARG_POS(arg_num) (hasThis() ? (arg_num-1) : (arg_num)) macro 782 …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() 807 zend_argument_value_error(ERROR_ARG_POS(3), in php_mysqli_fetch_into_hash()
|
Completed in 44 milliseconds