We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aa9ba commit d3dcd61Copy full SHA for d3dcd61
ext/date/tests/bug67118.phpt
@@ -6,7 +6,7 @@ date.timezone=Europe/Berlin
6
<?php
7
class mydt extends datetime
8
{
9
- publi function __construct($tits\bug67118.phpte = 'now', $tz = NULL, $format = NULL)
+ public function __construct($time = 'now', $tz = NULL, $format = NULL)
10
11
if (!empty($tz) && !is_object($tz)) {
12
$tz = new DateTimeZone($tz);
0 commit comments