diff options
Diffstat (limited to 'ext/date/tests/date_date_set_variation3.phpt')
| -rw-r--r-- | ext/date/tests/date_date_set_variation3.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/date_date_set_variation3.phpt b/ext/date/tests/date_date_set_variation3.phpt index 9af0a10934..c63a339cc7 100644 --- a/ext/date/tests/date_date_set_variation3.phpt +++ b/ext/date/tests/date_date_set_variation3.phpt @@ -3,14 +3,14 @@ Test date_date_set() function : usage variation - Passing unexpected values to t --FILE-- <?php /* Prototype : DateTime date_date_set ( DateTime $object , int $year , int $month , int $day ) - * Description: Resets the current date of the DateTime object to a different date. + * Description: Resets the current date of the DateTime object to a different date. * Source code: ext/date/php_date.c * Alias to functions: DateTime::setDate */ echo "*** Testing date_date_set() : usage variation - unexpected values to third argument \$month***\n"; -//Set the default time zone +//Set the default time zone date_default_timezone_set("Europe/London"); //get an unset variable @@ -91,7 +91,7 @@ $inputs = array( // unset data 'unset var' => @$unset_var, - // resource + // resource 'resource' => $file_handle ); |
