mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
var_dump() is debugging functionality, so it should print floating-point numbers accurately. We do this by switching to serialize_precision, which (by default) will print with as much precision as necessary to preserve the exact value of the float. This also affects debug_zval_dump(). Closes GH-5172.
5.6 KiB
5.6 KiB