]> granicus.if.org Git - php/commitdiff
fixed test
authorAnatol Belski <ab@php.net>
Sat, 6 Dec 2014 11:31:27 +0000 (12:31 +0100)
committerAnatol Belski <ab@php.net>
Sat, 6 Dec 2014 11:31:27 +0000 (12:31 +0100)
ext/standard/tests/strings/bug65230.phpt

index ca2c3ca9223fffd5b67278efd9377c2ac464c2fa..c707dd36913d7aec6414de67eb65e2e51618e68a 100644 (file)
@@ -21,7 +21,7 @@ function test($locale, $value)
        printf(" sep: %s\n", $sep);
        printf("  %%f: %f\n", $value);
        printf("  %%F: %F\n", $value);
-       printf("date: %s\n", strftime('%x'));
+       printf("date: %s\n", strftime('%x', mktime(0, 0, 0, 12, 5, 2014)));
        printf("\n");
 }