LONG_MAX          261 Zend/zend.h    #ifndef LONG_MAX
LONG_MAX          266 Zend/zend.h    #define LONG_MIN (- LONG_MAX - 1)
LONG_MAX          344 Zend/zend_API.c 									if (d > LONG_MAX) {
LONG_MAX          345 Zend/zend_API.c 										*p = LONG_MAX;
LONG_MAX          360 Zend/zend_API.c 							if (Z_DVAL_PP(arg) > LONG_MAX) {
LONG_MAX          361 Zend/zend_API.c 								*p = LONG_MAX;
LONG_MAX          403 Zend/zend_hash.c 				ht->nNextFreeElement = h < LONG_MAX ? h + 1 : LONG_MAX;
LONG_MAX          432 Zend/zend_hash.c 		ht->nNextFreeElement = h < LONG_MAX ? h + 1 : LONG_MAX;
LONG_MAX         1419 Zend/zend_hash.c 				ht->nNextFreeElement = num_index < LONG_MAX ? num_index + 1 : LONG_MAX;
LONG_MAX          333 Zend/zend_hash.h 				if (idx-1 > LONG_MAX) { /* overflow */						\
LONG_MAX          337 Zend/zend_hash.h 			} else if (idx > LONG_MAX) { /* overflow */						\
LONG_MAX           75 Zend/zend_multiply.h 	if (__result > LONG_MAX || __result < LONG_MIN) {				\
LONG_MAX         1858 Zend/zend_operators.c 			if (Z_LVAL_P(op1) == LONG_MAX) {
LONG_MAX         1879 Zend/zend_operators.c 						if (lval == LONG_MAX) {
LONG_MAX           78 Zend/zend_operators.h 	if (d > LONG_MAX || d < LONG_MIN) {
LONG_MAX           96 Zend/zend_operators.h 	if (d >= LONG_MAX || d < LONG_MIN) {
LONG_MAX          536 Zend/zend_operators.h 		if (UNEXPECTED(Z_LVAL_P(op1) == LONG_MAX)) {
LONG_MAX          538 Zend/zend_operators.h 			Z_DVAL_P(op1) = (double)LONG_MAX + 1.0;
LONG_MAX          242 Zend/zend_strtod.c #ifndef LONG_MAX
LONG_MAX           85 ext/bcmath/libbcmath/src/bcmath.h #ifndef LONG_MAX
LONG_MAX           57 ext/bcmath/libbcmath/src/num2long.c   for (index=num->n_len; (index>0) && (val<=(LONG_MAX/BASE)); index--)
LONG_MAX          151 ext/calendar/gregor.c 			sdn > (LONG_MAX - 4 * GREGOR_SDN_OFFSET) / 4) {
LONG_MAX          171 ext/calendar/julian.c 	if (sdn > (LONG_MAX - JULIAN_SDN_OFFSET * 4 + 1) / 4 || sdn < LONG_MIN / 4) {
LONG_MAX          185 ext/date/lib/timelib.c 	if (ts < LONG_MIN || ts > LONG_MAX) {
LONG_MAX           44 ext/date/lib/timelib.h #ifndef LONG_MAX
LONG_MAX           49 ext/date/lib/timelib.h #define LONG_MIN (- LONG_MAX - 1)
LONG_MAX         3874 ext/date/php_date.c 	long                 timestamp_begin = LONG_MIN, timestamp_end = LONG_MAX;
LONG_MAX          123 ext/ereg/regex/regcomp.c 		if (new_ssize < len || new_ssize > LONG_MAX / sizeof(sop)) {
LONG_MAX          104 ext/filter/logical_filters.c 			if ( (!sign) && ctx_value <= (LONG_MAX-digit)/10 ) {
LONG_MAX         1458 ext/interbase/interbase.c 	if (result < LONG_MIN || result > LONG_MAX) {
LONG_MAX          254 ext/interbase/php_ibase_udf.c 					if (argv[i]->dsc_scale == 0 && l <= LONG_MAX && l >= LONG_MIN) {
LONG_MAX          187 ext/intl/collator/collator_is_numeric.c 	cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
LONG_MAX          211 ext/intl/collator/collator_is_numeric.c 		acc = neg ? LONG_MIN : LONG_MAX;
LONG_MAX           57 ext/intl/dateformat/dateformat_parse.c 	if(result > LONG_MAX || result < -LONG_MAX) {
LONG_MAX           88 ext/intl/formatter/formatter_parse.c 			if(val64 > LONG_MAX || val64 < LONG_MIN) {
LONG_MAX          676 ext/intl/msgformat/msgformat_helpers.cpp 			if(aInt64 > LONG_MAX || aInt64 < -LONG_MAX) {
LONG_MAX          103 ext/mysqli/mysqli_priv.h 	if ((__val) < LONG_MAX) {		\
LONG_MAX           87 ext/mysqli/mysqli_prop.c 		if (l < LONG_MAX) {\
LONG_MAX          181 ext/mysqli/mysqli_prop.c 		if (rc < LONG_MAX) {
LONG_MAX          381 ext/mysqli/mysqli_prop.c 		if (rc < LONG_MAX) {
LONG_MAX          613 ext/mysqlnd/mysqlnd_ps_codec.c 				if (Z_DVAL_P(tmp_data_copy) > LONG_MAX || Z_DVAL_P(tmp_data_copy) < LONG_MIN) {
LONG_MAX           83 ext/mysqlnd/mysqlnd_result_meta.c 					if (*idx!=LONG_MAX) {
LONG_MAX          102 ext/oci8/oci8_lob.c 		if (connection->descriptor_count == LONG_MAX) {
LONG_MAX          219 ext/pcre/pcrelib/pcre_internal.h #define PCRE_INT32_MAX LONG_MAX
LONG_MAX          339 ext/pdo/pdo.c  	while ((pdo_uint64_t)i64 > (pdo_uint64_t)LONG_MAX) {
LONG_MAX          115 ext/pdo_sqlite/sqlite_statement.c #if LONG_MAX > 2147483647
LONG_MAX           69 ext/pgsql/pgsql.c #if LONG_MAX < UINT_MAX
LONG_MAX           71 ext/pgsql/pgsql.c 	if (oid > LONG_MAX) { \
LONG_MAX         2320 ext/pgsql/pgsql.c #if UINT_MAX > LONG_MAX /* Oid is unsigned int, we don't need this code, where LONG is wider */
LONG_MAX         2321 ext/pgsql/pgsql.c 		if (oid > LONG_MAX) {
LONG_MAX         2425 ext/pgsql/pgsql.c #if UINT_MAX > LONG_MAX
LONG_MAX         2426 ext/pgsql/pgsql.c 			if (oid > LONG_MAX) {
LONG_MAX          302 ext/sockets/sendrecvmsg.c 	if (entry->var_el_size > 0 && n > (LONG_MAX - (long)entry->size -
LONG_MAX          733 ext/sqlite3/sqlite3.c #if LONG_MAX > 2147483647
LONG_MAX          781 ext/sqlite3/sqlite3.c #if LONG_MAX > 2147483647
LONG_MAX         1525 ext/sqlite3/sqlite3.c #if LONG_MAX > 2147483647
LONG_MAX         4121 ext/standard/array.c 			if ( (double)LONG_MIN <= dval && dval <= (double)LONG_MAX ) {
LONG_MAX          629 ext/standard/file.c 				if (len > LONG_MAX) {
LONG_MAX          630 ext/standard/file.c 					php_error_docref(NULL TSRMLS_CC, E_WARNING, "content truncated from %lu to %ld bytes", (unsigned long) len, LONG_MAX);
LONG_MAX          631 ext/standard/file.c 					len = LONG_MAX;
LONG_MAX         1212 ext/standard/filestat.c 			if (LONG_MAX >= bucket->key) {
LONG_MAX          827 ext/standard/math.c 			return LONG_MAX;
LONG_MAX          855 ext/standard/math.c 	cutoff = LONG_MAX / base;
LONG_MAX          856 ext/standard/math.c 	cutlim = LONG_MAX % base;
LONG_MAX         1101 ext/standard/string.c 	long limit = LONG_MAX; /* No limit */
LONG_MAX         2158 main/main.c    	REGISTER_MAIN_LONG_CONSTANT("PHP_INT_MAX", LONG_MAX, CONST_PERSISTENT | CONST_CS);
LONG_MAX          215 main/php.h     #ifndef LONG_MAX
LONG_MAX          216 main/php.h     #define LONG_MAX 2147483647L
LONG_MAX          220 main/php.h     #define LONG_MIN (- LONG_MAX - 1)
LONG_MAX         1050 main/streams/userspace.c 			if (new_size >= 0 && new_size <= (ptrdiff_t)LONG_MAX) {