summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-25 17:39:53 +0200
committerAnatol Belski <ab@php.net>2014-04-25 17:39:53 +0200
commitd3dcd616231e6eda97a7b474bbd585a7f61f0b71 (patch)
treec13cf2979f8a1fb982c403e71b143e032f1fd266
parentc1aa9baf29d1a20fa60c1cef3979a80014f6677b (diff)
downloadphp-git-d3dcd616231e6eda97a7b474bbd585a7f61f0b71.tar.gz
fixed test
-rw-r--r--ext/date/tests/bug67118.phpt2
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);