diff options
| author | Antony Dovgal <tony2001@php.net> | 2009-03-01 21:26:54 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2009-03-01 21:26:54 +0000 |
| commit | 62e20213059681d38df2a6517c921101bf563f8e (patch) | |
| tree | 5ef4934a70da4bdf321fcfae695b304186548376 | |
| parent | 4d92c7bffca514b05292615b2c9b5dd7bab070d3 (diff) | |
| download | php-git-62e20213059681d38df2a6517c921101bf563f8e.tar.gz | |
fix tests
| -rw-r--r-- | ext/date/tests/gmstrftime_variation18.phpt | 2 | ||||
| -rw-r--r-- | ext/date/tests/strftime_variation18.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/tests/gmstrftime_variation18.phpt b/ext/date/tests/gmstrftime_variation18.phpt index 7567b42d02..7cd5948c6a 100644 --- a/ext/date/tests/gmstrftime_variation18.phpt +++ b/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 -- -string(%d) "%d" +string(%d) "%s" string(2) " 8" ===DONE=== diff --git a/ext/date/tests/strftime_variation18.phpt b/ext/date/tests/strftime_variation18.phpt index 357b1a48f0..4340325dfa 100644 --- a/ext/date/tests/strftime_variation18.phpt +++ b/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 -- -string(%d) "%d" +string(%d) "%s" string(2) " 8" ===DONE=== |
