Searched refs:LONG_MIN_DIGITS (Results 1 – 2 of 2) sorted by relevance
110 # define LONG_MIN_DIGITS "2147483648" macro113 # define LONG_MIN_DIGITS "9223372036854775808" macro118 static const char long_min_digits[] = LONG_MIN_DIGITS;
175 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
Completed in 10 milliseconds