Home
last modified time | relevance | path

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

/PHP-5.4/ext/interbase/
H A Dibase_query.c32 #define ISC_LONG_MIN INT_MIN macro
501 if (l > ISC_LONG_MAX || l < ISC_LONG_MIN) { in _php_ibase_bind_array()
547 if (Z_LVAL_P(val) > ISC_LONG_MAX || Z_LVAL_P(val) < ISC_LONG_MIN) { in _php_ibase_bind_array()

Completed in 10 milliseconds