Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dlong2num.c21 #define BC_LONG_MAX_DIGITS (sizeof(LONG_MIN_DIGITS) - 1)
35 const char *ptr = LONG_MIN_DIGITS; in bc_long2num()
/php-src/Zend/
H A Dzend_long.h110 # define LONG_MIN_DIGITS "2147483648" macro
113 # define LONG_MIN_DIGITS "9223372036854775808" macro
118 static const char long_min_digits[] = LONG_MIN_DIGITS;
/php-src/ext/json/
H A Djson_scanner.re175 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);

Completed in 6 milliseconds