Skip to content

Commit d3dcd61

Browse files
committed
fixed test
1 parent c1aa9ba commit d3dcd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/bug67118.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date.timezone=Europe/Berlin
66
<?php
77
class mydt extends datetime
88
{
9-
publi function __construct($tits\bug67118.phpte = 'now', $tz = NULL, $format = NULL)
9+
public function __construct($time = 'now', $tz = NULL, $format = NULL)
1010
{
1111
if (!empty($tz) && !is_object($tz)) {
1212
$tz = new DateTimeZone($tz);

0 commit comments

Comments
 (0)