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

index 7567b42d02f715d4d7bd5e5d5fd93238743fc131..7cd5948c6a97c0373fdb20e5c3235fd130fb824a 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 --
-string(%d) "%d"
+string(%d) "%s"
 string(2) " 8"
 ===DONE===
index 357b1a48f01c5bb563076896aaed4728011b4960..4340325dfa0aef18099e5098e379167054cbde4b 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 --
-string(%d) "%d"
+string(%d) "%s"
 string(2) " 8"
 ===DONE===