Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_long.h112 # define LONG_MIN_DIGITS "2147483648" macro
115 # define LONG_MIN_DIGITS "9223372036854775808" macro
120 static const char long_min_digits[] = LONG_MIN_DIGITS;
/PHP-7.2/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.c323 int cmp = strncmp((char *) (s->token + negative), LONG_MIN_DIGITS, PHP_JSON_INT_MAX_LENGTH); in php_json_scan()

Completed in 11 milliseconds