diff options
Diffstat (limited to 'ext/date/tests/date_sun_info_variation2.phpt')
-rw-r--r-- | ext/date/tests/date_sun_info_variation2.phpt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/date/tests/date_sun_info_variation2.phpt b/ext/date/tests/date_sun_info_variation2.phpt index fb5ed317f1..61f9b29bf8 100644 --- a/ext/date/tests/date_sun_info_variation2.phpt +++ b/ext/date/tests/date_sun_info_variation2.phpt @@ -413,32 +413,32 @@ array(9) { -- Iteration 16 -- -Warning: date_sun_info() expects parameter 2 to be double, string given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, string given in %s on line %d bool(false) -- Iteration 17 -- -Warning: date_sun_info() expects parameter 2 to be double, string given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, string given in %s on line %d bool(false) -- Iteration 18 -- -Warning: date_sun_info() expects parameter 2 to be double, array given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, array given in %s on line %d bool(false) -- Iteration 19 -- -Warning: date_sun_info() expects parameter 2 to be double, string given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, string given in %s on line %d bool(false) -- Iteration 20 -- -Warning: date_sun_info() expects parameter 2 to be double, string given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, string given in %s on line %d bool(false) -- Iteration 21 -- -Warning: date_sun_info() expects parameter 2 to be double, string given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, string given in %s on line %d bool(false) -- Iteration 22 -- @@ -487,6 +487,6 @@ array(9) { -- Iteration 24 -- -Warning: date_sun_info() expects parameter 2 to be double, resource given in %s on line %d +Warning: date_sun_info() expects parameter 2 to be float, resource given in %s on line %d bool(false) ===Done=== |