Home
last modified time | relevance | path

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

/PHP-5.4/ext/calendar/
H A Djulian.c179 if (yearl > INT_MAX || yearl < INT_MIN) { in SdnToJulian()
/PHP-5.4/main/
H A Dphp.h228 #ifndef INT_MIN
229 #define INT_MIN (- INT_MAX - 1) macro
/PHP-5.4/win32/
H A Dphp_stdint.h200 #define SIG_ATOMIC_MIN INT_MIN
/PHP-5.4/ext/interbase/
H A Dibase_query.c32 #define ISC_LONG_MIN INT_MIN
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c579 …(sqlite3_column_int64(stmt, column)) >= INT_MAX || sqlite3_column_int64(stmt, column) <= INT_MIN) {

Completed in 21 milliseconds