]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Sun, 1 Mar 2009 21:26:47 +0000 (21:26 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 1 Mar 2009 21:26:47 +0000 (21:26 +0000)
ext/date/tests/gmstrftime_variation18.phpt
ext/date/tests/strftime_variation18.phpt

index 1d2c35ec56724f86f86be371e3e6698e28554f41..0fd6337a5fa848303d07883a44381ae55522597f 100644 (file)
@@ -32,6 +32,6 @@ var_dump( gmstrftime($format, $timestamp) );
 *** Testing gmstrftime() : usage variation ***
 
 -- Testing gmstrftime() function with Day of the month as decimal single digit format --
-unicode(%d) "%d"
+unicode(%d) "%s"
 unicode(2) " 8"
 ===DONE===
index 7769c914cbdfbe71237ddea27f003e43d5ae1b97..35cd98dacd5e347391dc07f383a33314b103c387 100644 (file)
@@ -31,6 +31,6 @@ var_dump( strftime($format, $timestamp) );
 *** Testing strftime() : usage variation ***
 
 -- Testing strftime() function with Day of the month as decimal single digit format --
-unicode(%d) "%d"
+unicode(%d) "%s"
 unicode(2) " 8"
 ===DONE===