Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A Dphp_json.h75 #define PHP_JSON_BIGINT_AS_STRING (1<<1) macro
H A Djson.c118 …REGISTER_LONG_CONSTANT("JSON_BIGINT_AS_STRING", PHP_JSON_BIGINT_AS_STRING, CONST_CS | CONST_PERS… in PHP_MINIT_FUNCTION()
728 if (options & PHP_JSON_BIGINT_AS_STRING && overflow_info) { in php_json_decode_ex()
H A DJSON_parser.c320 if (options & PHP_JSON_BIGINT_AS_STRING) { in json_create_zval()

Completed in 9 milliseconds