diff options
-rw-r--r-- | ext/date/tests/bug67118.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/tests/bug67118.phpt b/ext/date/tests/bug67118.phpt index b10e9eaea3..6371757647 100644 --- a/ext/date/tests/bug67118.phpt +++ b/ext/date/tests/bug67118.phpt @@ -6,7 +6,7 @@ date.timezone=Europe/Berlin <?php class mydt extends datetime { - publi function __construct($tits\bug67118.phpte = 'now', $tz = NULL, $format = NULL) + public function __construct($time = 'now', $tz = NULL, $format = NULL) { if (!empty($tz) && !is_object($tz)) { $tz = new DateTimeZone($tz); |