Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dmath.c148 places = places < INT_MIN+1 ? INT_MIN+1 : places; in _php_math_round()
157 int64_t use_precision = precision_places < INT_MIN+1 ? INT_MIN+1 : precision_places; in _php_math_round()
170 use_precision = use_precision < INT_MIN+1 ? INT_MIN+1 : use_precision; in _php_math_round()
366 places = precision <= INT_MIN ? INT_MIN+1 : (int)precision; in PHP_FUNCTION()
/PHP-5.6/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-5.6/main/
H A Dphp.h230 #ifndef INT_MIN
231 #define INT_MIN (- INT_MAX - 1) macro
/PHP-5.6/win32/
H A Dphp_stdint.h204 #define SIG_ATOMIC_MIN INT_MIN
/PHP-5.6/ext/sockets/
H A Dsendrecvmsg.c73 if ((l) < INT_MIN && (l) > INT_MAX) { \
H A Dconversions.c376 if (lval > INT_MAX || lval < INT_MIN) { in from_zval_write_int()
/PHP-5.6/ext/interbase/
H A Dibase_query.c32 #define ISC_LONG_MIN INT_MIN

Completed in 39 milliseconds