summaryrefslogtreecommitdiff
path: root/ext/date/tests/getdate_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/getdate_basic.phpt')
-rw-r--r--ext/date/tests/getdate_basic.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/date/tests/getdate_basic.phpt b/ext/date/tests/getdate_basic.phpt
index 5d6cc815dc..eed29c6e4b 100644
--- a/ext/date/tests/getdate_basic.phpt
+++ b/ext/date/tests/getdate_basic.phpt
@@ -1,15 +1,15 @@
--TEST--
-Test getdate() function : basic functionality
+Test getdate() function : basic functionality
--FILE--
<?php
/* Prototype : array getdate([int timestamp])
- * Description: Get date/time information
+ * Description: Get date/time information
* Source code: ext/date/php_date.c
*/
echo "*** Testing getdate() : basic functionality ***\n";
-//Set the default time zone
+//Set the default time zone
date_default_timezone_set("Asia/Calcutta");
// Initialise all required variables