--TEST-- json_post with > 32bits integer as float on 32bits --SKIPIF-- --INI-- json_post.flags=2;JSON_BIGINT_AS_STRING --POST_RAW-- Content-type: text/json { "bigint": 12345678901234 } --FILE-- Done --EXPECTF-- object(stdClass)#%d (1) { ["bigint"]=> string(14) "12345678901234" } int(0) Done