summaryrefslogtreecommitdiff
path: root/ext/date/tests/getdate_variation7.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/getdate_variation7.phpt')
-rw-r--r--ext/date/tests/getdate_variation7.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/getdate_variation7.phpt b/ext/date/tests/getdate_variation7.phpt
index 0f0165edea..dcff205f68 100644
--- a/ext/date/tests/getdate_variation7.phpt
+++ b/ext/date/tests/getdate_variation7.phpt
@@ -27,11 +27,11 @@ var_dump( getdate($timestamp) );
-- Testing getdate() function by passing float 12.3456789000e10 value to timestamp --
-Warning: getdate() expects parameter 1 to be integer, float given in %s on line %d
+Warning: getdate() expects parameter 1 to be int, float given in %s on line %d
bool(false)
-- Testing getdate() function by passing float -12.3456789000e10 value to timestamp --
-Warning: getdate() expects parameter 1 to be integer, float given in %s on line %d
+Warning: getdate() expects parameter 1 to be int, float given in %s on line %d
bool(false)
===DONE=== \ No newline at end of file