summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/exp_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/math/exp_variation1.phpt')
-rw-r--r--ext/standard/tests/math/exp_variation1.phpt16
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/standard/tests/math/exp_variation1.phpt b/ext/standard/tests/math/exp_variation1.phpt
index 567f6b24b4..150e0cee8a 100644
--- a/ext/standard/tests/math/exp_variation1.phpt
+++ b/ext/standard/tests/math/exp_variation1.phpt
@@ -141,37 +141,37 @@ float(1)
-- Iteration 17 --
-Warning: exp() expects parameter 1 to be double, string given in %s on line %d
+Warning: exp() expects parameter 1 to be float, string given in %s on line %d
NULL
-- Iteration 18 --
-Warning: exp() expects parameter 1 to be double, string given in %s on line %d
+Warning: exp() expects parameter 1 to be float, string given in %s on line %d
NULL
-- Iteration 19 --
-Warning: exp() expects parameter 1 to be double, array given in %s on line %d
+Warning: exp() expects parameter 1 to be float, array given in %s on line %d
NULL
-- Iteration 20 --
-Warning: exp() expects parameter 1 to be double, string given in %s on line %d
+Warning: exp() expects parameter 1 to be float, string given in %s on line %d
NULL
-- Iteration 21 --
-Warning: exp() expects parameter 1 to be double, string given in %s on line %d
+Warning: exp() expects parameter 1 to be float, string given in %s on line %d
NULL
-- Iteration 22 --
-Warning: exp() expects parameter 1 to be double, string given in %s on line %d
+Warning: exp() expects parameter 1 to be float, string given in %s on line %d
NULL
-- Iteration 23 --
-Warning: exp() expects parameter 1 to be double, object given in %s on line %d
+Warning: exp() expects parameter 1 to be float, object given in %s on line %d
NULL
-- Iteration 24 --
@@ -182,6 +182,6 @@ float(1)
-- Iteration 26 --
-Warning: exp() expects parameter 1 to be double, resource given in %s on line %d
+Warning: exp() expects parameter 1 to be float, resource given in %s on line %d
NULL
===Done===