Browse Source

fix tests

experimental/first_unicode_implementation
Antony Dovgal 18 years ago
parent
commit
7eb808f802
  1. 2
      ext/date/tests/gmstrftime_variation18.phpt
  2. 2
      ext/date/tests/strftime_variation18.phpt

2
ext/date/tests/gmstrftime_variation18.phpt

@ -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===

2
ext/date/tests/strftime_variation18.phpt

@ -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===
Loading…
Cancel
Save