Home
last modified time | relevance | path

Searched refs:INT_MIN (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/standard/
H A Dmath.c138 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
147 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()
160 use_precision = use_precision < INT_MIN+1 ? INT_MIN+1 : use_precision; in _php_math_round()
377 places = precision <= INT_MIN ? INT_MIN+1 : (int)precision; in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_range_check.h43 # define ZEND_LONG_INT_UDFL(zlong) UNEXPECTED((zlong) < (zend_long)INT_MIN)
/PHP-7.2/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-7.2/main/
H A Dphp.h289 #ifndef INT_MIN
290 #define INT_MIN (- INT_MAX - 1) macro
/PHP-7.2/win32/
H A Dphp_stdint.h202 #define SIG_ATOMIC_MIN INT_MIN
/PHP-7.2/ext/sockets/
H A Dsendrecvmsg.c73 if ((l) < INT_MIN && (l) > INT_MAX) { \
H A Dconversions.c375 if (lval > INT_MAX || lval < INT_MIN) { in from_zval_write_int()
/PHP-7.2/ext/interbase/
H A Dibase_query.c32 #define ISC_LONG_MIN INT_MIN

Completed in 32 milliseconds