Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.8.0
When dumping large array, Tracy switches into lazy rendering in client browser. Long PHP integers loose precision when rendered in browser.
Tracy\Dumper::dump([1343273678474272773], [Tracy\Dumper::LAZY => true]);
expected 1343273678474272773, but 1343273678474272800 is displayed in browser
Chrome 87.0.4280.88 (Official Build) (x86_64) (MAC)
The text was updated successfully, but these errors were encountered:
aa554ad
Dumper: fixed displaying of too big integers in JS [Closes #454]
a795b4b
842b850
820655d
cc7d3b8
d3b945c
005c06f
No branches or pull requests
Version: 2.8.0
Bug Description
When dumping large array, Tracy switches into lazy rendering in client browser. Long PHP integers loose precision when rendered in browser.
Steps To Reproduce
Tracy\Dumper::dump([1343273678474272773], [Tracy\Dumper::LAZY => true]);
Expected Behavior
expected 1343273678474272773, but 1343273678474272800 is displayed in browser
Browser
Chrome 87.0.4280.88 (Official Build) (x86_64) (MAC)
The text was updated successfully, but these errors were encountered: