Home
last modified time | relevance | path

Searched refs:PHP_JSON_BIGINT_AS_STRING (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/json/
H A Dphp_json.h73 #define PHP_JSON_BIGINT_AS_STRING (1<<1) macro
H A Djson.c123 PHP_JSON_REGISTER_CONSTANT("JSON_BIGINT_AS_STRING", PHP_JSON_BIGINT_AS_STRING); in PHP_MINIT_FUNCTION()
H A Djson_scanner.re176 } else if (s->options & PHP_JSON_BIGINT_AS_STRING) {
H A Djson_scanner.c317 } else if (s->options & PHP_JSON_BIGINT_AS_STRING) { in php_json_scan()

Completed in 9 milliseconds