]> granicus.if.org Git - php/commitdiff
fixed test
authorAnatol Belski <ab@php.net>
Fri, 25 Apr 2014 15:39:53 +0000 (17:39 +0200)
committerAnatol Belski <ab@php.net>
Fri, 25 Apr 2014 15:39:53 +0000 (17:39 +0200)
ext/date/tests/bug67118.phpt

index b10e9eaea3d1c1c5ce7909f20c070f4a35642341..6371757647dac88972214124fbf94c97f3b3f5ab 100644 (file)
@@ -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);