php-src/tests
Nikita Popov a939805641 Use serialize_precision for var_dump()
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.
2020-02-25 09:51:32 +01:00
..
basic Reindent phpt files 2020-02-03 22:52:20 +01:00
classes Make type error messages more consistent 2020-02-17 14:22:17 +01:00
func Reindent phpt files 2020-02-03 22:52:20 +01:00
lang Use serialize_precision for var_dump() 2020-02-25 09:51:32 +01:00
output Make type error messages more consistent 2020-02-17 14:22:17 +01:00
run-test Remove track_errors and $php_errormsg 2019-01-28 15:58:23 +01:00
security Reindent phpt files 2020-02-03 22:52:20 +01:00
strings Reindent phpt files 2020-02-03 22:52:20 +01:00
quicktester.inc Reindent phpt files 2020-02-03 22:52:20 +01:00