Searched refs:LONG_MIN_DIGITS (Results 1 – 3 of 3) sorted by relevance
112 # define LONG_MIN_DIGITS "2147483648" macro115 # define LONG_MIN_DIGITS "9223372036854775808" macro120 static const char long_min_digits[] = LONG_MIN_DIGITS;
165 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
306 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan()
Completed in 7 milliseconds