summaryrefslogtreecommitdiff
path: root/ext/date/tests/time_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/time_basic.phpt')
-rw-r--r--ext/date/tests/time_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/time_basic.phpt b/ext/date/tests/time_basic.phpt
index 116c0a4175..7b93e9dac2 100644
--- a/ext/date/tests/time_basic.phpt
+++ b/ext/date/tests/time_basic.phpt
@@ -2,10 +2,10 @@
Test return type and value for expected input time()
--FILE--
<?php
-/*
+/*
* proto int time(void)
* Function is implemented in ext/date/php_date.c
-*/
+*/
var_dump(time());