summaryrefslogtreecommitdiff
path: root/ext/date/tests/DateTime_setTime_variation1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/DateTime_setTime_variation1.phpt')
-rw-r--r--ext/date/tests/DateTime_setTime_variation1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/DateTime_setTime_variation1.phpt b/ext/date/tests/DateTime_setTime_variation1.phpt
index ea2942bff3..b817c6233c 100644
--- a/ext/date/tests/DateTime_setTime_variation1.phpt
+++ b/ext/date/tests/DateTime_setTime_variation1.phpt
@@ -2,7 +2,7 @@
Test DateTime::setTime() function : usage variation - Passing unexpected values to first argument $hour.
--FILE--
<?php
-/* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
+/* Prototype : public DateTime DateTime::setTime ( int $hour , int $minute [, int $second ] )
* Description: Resets the current time of the DateTime object to a different time.
* Source code: ext/date/php_date.c
* Alias to functions: date_time_set
@@ -90,7 +90,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource
'resource' => $file_handle
);