Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dphp_stdint.h142 #define INT32_MAX _I32_MAX macro
156 #define INT_LEAST32_MAX INT32_MAX
170 #define INT_FAST32_MAX INT32_MAX
185 # define INTPTR_MAX INT32_MAX
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h94 # ifndef INT32_MAX
95 #define INT32_MAX _I32_MAX macro
139 # define TIMELIB_LONG_MAX INT32_MAX
/PHP-5.6/ext/intl/grapheme/
H A Dgrapheme_util.h47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 …
H A Dgrapheme_string.c844 if ( lstart > INT32_MAX || lstart < 0 || lstart >= str_len ) { in PHP_FUNCTION()
849 if ( size > INT32_MAX || size < 0) { in PHP_FUNCTION()
/PHP-5.6/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp113 if (largs[i] < INT32_MIN || largs[i] > INT32_MAX) { in _php_intlgregcal_constructor_body()
246 if (year < INT32_MIN || year > INT32_MAX) { in PHP_FUNCTION()
H A Dcalendar_methods.cpp314 if (amount < INT32_MIN || amount > INT32_MAX) { in PHP_FUNCTION()
435 if (Z_LVAL_PP(args[i]) < INT32_MIN || Z_LVAL_PP(args[i]) > INT32_MAX) { in PHP_FUNCTION()
504 (value < INT32_MIN || value > INT32_MAX)) { in PHP_FUNCTION()
/PHP-5.6/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp236 if (arg < INT32_MIN || arg > INT32_MAX) { in _breakiter_int32_ret_int32()
344 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_format.c81 if (Z_LVAL_PP(ele_value) > INT32_MAX || in internal_get_arr_ele()
/PHP-5.6/ext/intl/timezone/
H A Dtimezone_methods.cpp165 Z_LVAL_PP(arg) > (long)INT32_MAX) { in PHP_FUNCTION()
270 if (offset_arg < (long)INT32_MIN || offset_arg > (long)INT32_MAX) { in PHP_FUNCTION()
389 index < (long)INT32_MIN || index > (long)INT32_MAX) { in PHP_FUNCTION()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp417 if (num_index > (ulong)INT32_MAX) { in umsg_format_helper()
500 if (Z_DVAL_PP(elem) > (double)INT32_MAX || in umsg_format_helper()
509 if (Z_LVAL_PP(elem) > INT32_MAX || in umsg_format_helper()
/PHP-5.6/ext/intl/idn/
H A Didn.c294 if (domain_len > INT32_MAX - 1) { in php_intl_idn_handoff()
/PHP-5.6/ext/exif/
H A Dexif.c2870 if (byte_count_signed < 0 || (byte_count_signed > INT32_MAX)) { in exif_process_IFD_TAG()

Completed in 64 milliseconds