Home
last modified time | relevance | path

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

/PHP-7.4/win32/
H A Dphp_stdint.h139 #define INT32_MAX _I32_MAX macro
154 #define INT_LEAST32_MAX INT32_MAX
168 #define INT_FAST32_MAX INT32_MAX
183 # define INTPTR_MAX INT32_MAX
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_main.c73 if(s1_len > INT32_MAX || s2_len > INT32_MAX) { in PHP_METHOD()
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.h42 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 …
H A Dgrapheme_string.c413 } else if(length > INT32_MAX) { in PHP_FUNCTION()
414 length = INT32_MAX; in PHP_FUNCTION()
820 if ( lstart > INT32_MAX || lstart < 0 || (size_t)lstart >= str_len ) { in PHP_FUNCTION()
825 if ( size > INT32_MAX || size < 0) { in PHP_FUNCTION()
H A Dgrapheme_util.c57 if(str_len > INT32_MAX) { in grapheme_substr_ascii()
/PHP-7.4/ext/intl/
H A Dintl_convertcpp.cpp28 if(str_len > INT32_MAX) { in intl_stringFromChar()
H A Dintl_convert.c64 if(src_len > INT32_MAX) { in intl_convert_utf8_to_utf16()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp151 if (largs[i] < INT32_MIN || largs[i] > INT32_MAX) { in _php_intlgregcal_constructor_body()
277 if (year < INT32_MIN || year > INT32_MAX) { in PHP_FUNCTION()
H A Dcalendar_methods.cpp317 if (amount < INT32_MIN || amount > INT32_MAX) { in PHP_FUNCTION()
439 if (Z_LVAL(args[i]) < INT32_MIN || Z_LVAL(args[i]) > INT32_MAX) { in PHP_FUNCTION()
510 (value < INT32_MIN || value > INT32_MAX)) { in PHP_FUNCTION()
/PHP-7.4/ext/date/lib/
H A Dtimelib.h88 # ifndef INT32_MAX
89 #define INT32_MAX _I32_MAX macro
119 # define TIMELIB_LONG_MAX INT32_MAX
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp224 if (arg < INT32_MIN || arg > INT32_MAX) { in _breakiter_int32_ret_int32()
332 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_long.h44 # define ZEND_LONG_MAX INT32_MAX
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format.c81 if (Z_LVAL_P(ele_value) > INT32_MAX || in internal_get_arr_ele()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp166 Z_LVAL_P(arg) > (zend_long)INT32_MAX) { in PHP_FUNCTION()
262 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
375 index < (zend_long)INT32_MIN || index > (zend_long)INT32_MAX) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp408 if (num_index > (zend_ulong)INT32_MAX) { in umsg_format_helper()
482 if (Z_DVAL_P(elem) > (double)INT32_MAX || in umsg_format_helper()
491 if (Z_LVAL_P(elem) > INT32_MAX || in umsg_format_helper()
/PHP-7.4/ext/intl/idn/
H A Didn.c272 if (ZSTR_LEN(domain) > INT32_MAX - 1) { in php_intl_idn_handoff()
/PHP-7.4/ext/exif/
H A Dexif.c3315 if (byte_count_signed < 0 || (byte_count_signed > INT32_MAX)) { in exif_process_IFD_TAG_impl()

Completed in 53 milliseconds