Home
last modified time | relevance | path

Searched refs:INT32_MAX (Results 1 – 19 of 19) sorted by relevance

/php-src/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp204 if (UNEXPECTED(arg < INT32_MIN || arg > INT32_MAX)) { in _breakiter_int32_ret_int32()
205 zend_argument_value_error(1, "must be between %d and %d", INT32_MIN, INT32_MAX); in _breakiter_int32_ret_int32()
295 if (UNEXPECTED(offset < INT32_MIN || offset > INT32_MAX)) { in PHP_METHOD()
296 zend_argument_value_error(1, "must be between %d and %d", INT32_MIN, INT32_MAX); in PHP_METHOD()
/php-src/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp43 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
44 zend_argument_value_error(zpp_arg_position, "must be between %d and %d", INT32_MIN, INT32_MAX); \
350 if (UNEXPECTED(year < INT32_MIN || year > INT32_MAX)) { in PHP_FUNCTION()
351 zend_argument_value_error(hasThis() ? 1 : 2, "must be between %d and %d", INT32_MIN, INT32_MAX); in PHP_FUNCTION()
H A Dcalendar_methods.cpp53 if (UNEXPECTED(argument < INT32_MIN || argument > INT32_MAX)) { \
55 "must be between %d and %d", INT32_MIN, INT32_MAX); \
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_main.c79 if(s1_len > INT32_MAX || s2_len > INT32_MAX) { in PHP_METHOD()
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.h40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 …
H A Dgrapheme_string.c334 if (lstart < INT32_MIN || lstart > INT32_MAX) { in PHP_FUNCTION()
345 if (length < INT32_MIN || length > INT32_MAX) { in PHP_FUNCTION()
731 if ( lstart > INT32_MAX || lstart < 0 || (size_t)lstart >= str_len ) { in PHP_FUNCTION()
741 if (size > INT32_MAX) { in PHP_FUNCTION()
H A Dgrapheme_util.c55 if(str_len > INT32_MAX) { in grapheme_substr_ascii()
/php-src/ext/intl/
H A Dintl_convertcpp.cpp26 if(UNEXPECTED(str_len > INT32_MAX)) { in intl_stringFromChar()
H A Dintl_convert.c62 if(src_len > INT32_MAX) { in intl_convert_utf8_to_utf16()
/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_class.c197 if (UNEXPECTED(offset_int < (zend_long)INT32_MIN || offset_int > (zend_long)INT32_MAX)) { in resource_bundle_array_fetch()
199 …zend_argument_value_error(offset_arg_num, "index must be between %d and %d", INT32_MIN, INT32_MAX); in resource_bundle_array_fetch()
201 zend_value_error("Index must be between %d and %d", INT32_MIN, INT32_MAX); in resource_bundle_array_fetch()
/php-src/ext/intl/idn/
H A Didn.c140 if (ZSTR_LEN(domain) > INT32_MAX - 1) { in php_intl_idn_handoff()
/php-src/Zend/
H A Dzend_long.h45 # define ZEND_LONG_MAX INT32_MAX
/php-src/ext/date/lib/
H A Dtimelib.h92 # ifndef INT32_MAX
93 #define INT32_MAX _I32_MAX macro
123 # define TIMELIB_LONG_MAX INT32_MAX
/php-src/ext/intl/dateformat/
H A Ddateformat_format.c74 if (Z_LVAL_P(ele_value) > INT32_MAX || in internal_get_arr_ele()
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp152 Z_LVAL_P(arg) > (zend_long)INT32_MAX)) { in PHP_FUNCTION()
244 if (UNEXPECTED(offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX)) { in PHP_FUNCTION()
351 if (UNEXPECTED(index < (zend_long)INT32_MIN || index > (zend_long)INT32_MAX)) { in PHP_FUNCTION()
/php-src/ext/date/
H A Dphp_date.h24 #if TIMELIB_LONG_MAX == INT32_MAX
H A Dphp_date.c4290 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION()
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp406 if (UNEXPECTED(num_index > (zend_ulong)INT32_MAX)) { in umsg_format_helper()
480 if (UNEXPECTED(Z_DVAL_P(elem) > (double)INT32_MAX || in umsg_format_helper()
489 if (UNEXPECTED(Z_LVAL_P(elem) > INT32_MAX || in umsg_format_helper()
/php-src/ext/exif/
H A Dexif.c3289 if (byte_count_signed < 0 || (byte_count_signed > INT32_MAX)) { in exif_process_IFD_TAG_impl()

Completed in 74 milliseconds