PHP_JSON_BIGINT_AS_STRING  320 ext/json/JSON_parser.c 			if (options & PHP_JSON_BIGINT_AS_STRING) {
PHP_JSON_BIGINT_AS_STRING  127 ext/json/json.c 	REGISTER_LONG_CONSTANT("JSON_BIGINT_AS_STRING",		PHP_JSON_BIGINT_AS_STRING,		CONST_CS | CONST_PERSISTENT);
PHP_JSON_BIGINT_AS_STRING  749 ext/json/json.c 				if (options & PHP_JSON_BIGINT_AS_STRING && overflow_info) {