Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp138 if (largs[i] < INT32_MIN || largs[i] > INT32_MAX) { in _php_intlgregcal_constructor_body()
140 "must be between %d and %d", INT32_MIN, INT32_MAX); in _php_intlgregcal_constructor_body()
254 if (year < INT32_MIN || year > INT32_MAX) { in PHP_FUNCTION()
255 zend_argument_value_error(getThis() ? 1 : 2, "must be between %d and %d", INT32_MIN, INT32_MAX); in PHP_FUNCTION()
H A Dcalendar_methods.cpp53 if (argument < INT32_MIN || argument > INT32_MAX) { \
55 "must be between %d and %d", INT32_MIN, INT32_MAX); \
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker_main.c66 if(s1_len > INT32_MAX || s2_len > INT32_MAX) { in PHP_METHOD()
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp204 if (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 (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-8.2/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-8.2/ext/intl/
H A Dintl_convertcpp.cpp26 if(str_len > INT32_MAX) { in intl_stringFromChar()
H A Dintl_convert.c62 if(src_len > INT32_MAX) { in intl_convert_utf8_to_utf16()
/PHP-8.2/ext/intl/idn/
H A Didn.c140 if (ZSTR_LEN(domain) > INT32_MAX - 1) { in php_intl_idn_handoff()
/PHP-8.2/Zend/
H A Dzend_long.h45 # define ZEND_LONG_MAX INT32_MAX
/PHP-8.2/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-8.2/ext/intl/timezone/
H A Dtimezone_methods.cpp152 Z_LVAL_P(arg) > (zend_long)INT32_MAX) { in PHP_FUNCTION()
244 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
353 if (index < (zend_long)INT32_MIN || index > (zend_long)INT32_MAX) { in PHP_FUNCTION()
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_format.c74 if (Z_LVAL_P(ele_value) > INT32_MAX || in internal_get_arr_ele()
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp406 if (num_index > (zend_ulong)INT32_MAX) { in umsg_format_helper()
480 if (Z_DVAL_P(elem) > (double)INT32_MAX || in umsg_format_helper()
489 if (Z_LVAL_P(elem) > INT32_MAX || in umsg_format_helper()
/PHP-8.2/ext/exif/
H A Dexif.c3301 if (byte_count_signed < 0 || (byte_count_signed > INT32_MAX)) { in exif_process_IFD_TAG_impl()
/PHP-8.2/ext/date/
H A Dphp_date.c3997 zend_long timestamp_begin = ZEND_LONG_MIN, timestamp_end = INT32_MAX; in PHP_FUNCTION()

Completed in 96 milliseconds