diff options
| author | Johannes Schlüter <johannes@php.net> | 2008-12-13 22:23:29 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2008-12-13 22:23:29 +0000 |
| commit | e23b2b3fa5c05683f6500f68bef50c30a70f0891 (patch) | |
| tree | f817903a5a07f0b50aa131f5ab8f465523c91462 /ext | |
| parent | e34f9a87ac22e4d5e4d372c5b455366808286819 (diff) | |
| download | php-git-e23b2b3fa5c05683f6500f68bef50c30a70f0891.tar.gz | |
MFH (Use the same test fiel as in HEAD)
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/date/tests/009.phpt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ext/date/tests/009.phpt b/ext/date/tests/009.phpt index 20d7bb6411..a41383205b 100644 --- a/ext/date/tests/009.phpt +++ b/ext/date/tests/009.phpt @@ -34,18 +34,18 @@ echo "Done\n"; Warning: strftime() expects at least 1 parameter, 0 given in %s on line %d bool(false) bool(false) -string(%d) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 %s +%unicode|string%(%d) "Tue Tuesday Jun June Tue Jun 27 00:00:00 2006 %s %s %" -string(5) "%q %a" -string(%d) "%s" -string(4) "blah" +%unicode|string%(5) "%q %a" +%unicode|string%(%d) "%s" +%unicode|string%(4) "blah" Warning: gmstrftime() expects at least 1 parameter, 0 given in %s on line %d bool(false) bool(false) -string(%d) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 %s +%unicode|string%(%d) "Mon Monday Jun June Mon Jun 26 21:00:00 2006 %s %s %" -string(5) "%q %a" -string(%d) "%s" -string(4) "blah" +%unicode|string%(5) "%q %a" +%unicode|string%(%d) "%s" +%unicode|string%(4) "blah" Done |
