Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_long.h109 # define LONG_MIN_DIGITS "2147483648" macro
112 # define LONG_MIN_DIGITS "9223372036854775808" macro
117 static const char long_min_digits[] = LONG_MIN_DIGITS;
/PHP-7.4/ext/json/
H A Djson_scanner.re177 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);

Completed in 11 milliseconds