summaryrefslogtreecommitdiff
path: root/Zend/tests/cast_to_double.phpt
diff options
context:
space:
mode:
authorJamie Liu <jamieliu@google.com>2020-08-25 13:39:43 -0700
committerNikita Popov <nikita.ppv@gmail.com>2020-08-31 09:51:01 +0200
commitc8093fe94a0bfa6aff3ead29744fb20d7c60c07b (patch)
tree45bf7782669edd55780347f8963a684e685394b9 /Zend/tests/cast_to_double.phpt
parent5f4b169be8ab18263346550856138dc78fb66b38 (diff)
downloadphp-git-c8093fe94a0bfa6aff3ead29744fb20d7c60c07b.tar.gz
Fix bug #80018: Tolerate var_dump() printing floats in exponential notation in tests
Diffstat (limited to 'Zend/tests/cast_to_double.phpt')
-rw-r--r--Zend/tests/cast_to_double.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/cast_to_double.phpt b/Zend/tests/cast_to_double.phpt
index 6151c00f84..58286436bd 100644
--- a/Zend/tests/cast_to_double.phpt
+++ b/Zend/tests/cast_to_double.phpt
@@ -50,7 +50,7 @@ float(1)
float(0)
float(1)
float(0)
-float(%d)
+float(%f)
Notice: Object of class test could not be converted to float in %s on line %d
float(1)