Home
last modified time | relevance | path

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

/PHP-7.3/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.3/ext/json/
H A Djson_scanner.re177 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH);
H A Djson_scanner.c322 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan()

Completed in 13 milliseconds