diff options
author | Anatol Belski <ab@php.net> | 2014-04-25 17:39:53 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-04-25 17:39:53 +0200 |
commit | d3dcd616231e6eda97a7b474bbd585a7f61f0b71 (patch) | |
tree | c13cf2979f8a1fb982c403e71b143e032f1fd266 /ext/date/tests | |
parent | c1aa9baf29d1a20fa60c1cef3979a80014f6677b (diff) | |
download | php-git-d3dcd616231e6eda97a7b474bbd585a7f61f0b71.tar.gz |
fixed test
Diffstat (limited to 'ext/date/tests')
-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); |