Home
last modified time | relevance | path

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

/PHP-7.4/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.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.c411 if(length < INT32_MIN) { in PHP_FUNCTION()
412 length = INT32_MIN; in PHP_FUNCTION()
/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.h91 # ifndef INT32_MIN
92 #define INT32_MIN ((int32_t)_I32_MIN) macro
120 # define TIMELIB_LONG_MIN INT32_MIN
/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.h45 # define ZEND_LONG_MIN INT32_MIN
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format.c82 Z_LVAL_P(ele_value) < INT32_MIN) { in internal_get_arr_ele()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp165 if (Z_LVAL_P(arg) < (zend_long)INT32_MIN || 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.cpp483 Z_DVAL_P(elem) < (double)INT32_MIN) { in umsg_format_helper()
492 Z_LVAL_P(elem) < INT32_MIN) { in umsg_format_helper()

Completed in 39 milliseconds