Home
last modified time | relevance | path

Searched refs:INT32_MIN (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/win32/
H A Dphp_stdint.h138 #define INT32_MIN ((int32_t)_I32_MIN) macro
153 #define INT_LEAST32_MIN INT32_MIN
167 #define INT_FAST32_MIN INT32_MIN
182 # define INTPTR_MIN INT32_MIN
/PHP-7.0/ext/date/lib/
H A Dtimelib_structs.h97 # ifndef INT32_MIN
98 #define INT32_MIN ((int32_t)_I32_MIN) macro
140 # define TIMELIB_LONG_MIN INT32_MIN
/PHP-7.0/ext/intl/grapheme/
H A Dgrapheme_util.h44 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 …
H A Dgrapheme_string.c409 if(length < INT32_MIN) { in PHP_FUNCTION()
410 length = INT32_MIN; in PHP_FUNCTION()
/PHP-7.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp144 if (largs[i] < INT32_MIN || largs[i] > INT32_MAX) { in _php_intlgregcal_constructor_body()
275 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()
434 if (Z_LVAL(args[i]) < INT32_MIN || Z_LVAL(args[i]) > INT32_MAX) { in PHP_FUNCTION()
503 (value < INT32_MIN || value > INT32_MAX)) { in PHP_FUNCTION()
/PHP-7.0/Zend/
H A Dzend_long.h48 # define ZEND_LONG_MIN INT32_MIN
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp223 if (arg < INT32_MIN || arg > INT32_MAX) { in _breakiter_int32_ret_int32()
331 if (offset < INT32_MIN || offset > INT32_MAX) { in PHP_FUNCTION()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_format.c81 Z_LVAL_P(ele_value) < INT32_MIN) { in internal_get_arr_ele()
/PHP-7.0/ext/intl/timezone/
H A Dtimezone_methods.cpp163 if (Z_LVAL_P(arg) < (zend_long)INT32_MIN || in PHP_FUNCTION()
261 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()
377 index < (zend_long)INT32_MIN || index > (zend_long)INT32_MAX) { in PHP_FUNCTION()
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp491 Z_DVAL_P(elem) < (double)INT32_MIN) { in umsg_format_helper()
500 Z_LVAL_P(elem) < INT32_MIN) { in umsg_format_helper()

Completed in 33 milliseconds