Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_range_check.h43 # define ZEND_LONG_INT_UDFL(zlong) UNEXPECTED((zlong) < (zend_long)INT_MIN)
/PHP-7.4/ext/standard/
H A Dmath.c136 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
145 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()
158 use_precision = use_precision < INT_MIN+1 ? INT_MIN+1 : use_precision; in _php_math_round()
375 places = precision <= INT_MIN ? INT_MIN+1 : (int)precision; in PHP_FUNCTION()
/PHP-7.4/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-7.4/main/
H A Dphp.h254 #ifndef INT_MIN
255 #define INT_MIN (- INT_MAX - 1) macro
/PHP-7.4/win32/
H A Dphp_stdint.h202 #define SIG_ATOMIC_MIN INT_MIN
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c73 if ((l) < INT_MIN && (l) > INT_MAX) { \
H A Dconversions.c378 if (lval > INT_MAX || lval < INT_MIN) { in from_zval_write_int()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1495 const int ylower = (y < INT_MIN + f->w) ? INT_MIN : y - f->w; in gdImageCharUp()

Completed in 36 milliseconds