php-src/ext/date/tests/bug37616.phpt
Steph Fox 4be7f4aecd - killed off UEXPECT
- com_dotnet gets a .cvsignore
- Ulf will take care of mysql extensions, rest complete
2008-05-27 18:16:04 +00:00

10 lines
255 B
PHP

--TEST--
Bug #37616 (DATE_RFC822 does not product RFC 822 dates)
--FILE--
<?php
date_default_timezone_set("Europe/Oslo");
var_dump(date(DATE_RFC822, strtotime("1 Jul 06 14:27:30 +0200")));
?>
--EXPECT--
unicode(29) "Sat, 01 Jul 06 14:27:30 +0200"