I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / gmstrftime_variation22.php.expectf
blob78b8b70fc7046d3262c673df390b8460c6951200
1 *** Testing gmstrftime() : usage variation ***
3 --Preferred date and time representation--
4 string(2) "%c"
5 string(24) "Fri Aug  8 08:08:08 2008"
7 --Preferred date representation--
8 string(2) "%x"
9 string(8) "08/08/08"
11 --Preferred time representation--
12 string(2) "%X"
13 string(8) "08:08:08"
14 ===DONE===