Searched refs:overflow_info (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/json/
H A Djson.c696 int type, overflow_info; local
712 if ((type = is_numeric_string_ex(str, str_len, &p, &d, 0, &overflow_info)) != 0) {
716 if (options & PHP_JSON_BIGINT_AS_STRING && overflow_info) {

Completed in 3 milliseconds