I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / 012.php.expectf
blob2bce3e33cf09b41d6657f9d96dcfefe0699df2e4
1 object(DateTime)#1 (3) {
2   ["date"]=>
3   string(19) "2006-01-23 00:00:00"
4   ["timezone_type"]=>
5   int(3)
6   ["timezone"]=>
7   string(3) "UTC"
9 string(19) "2006/01/23 00:00:00"
10 HipHop Warning: %s
11 bool(false)
12 string(19) "2006/01/23 00:00:00"
13 object(DateTime)#1 (3) {
14   ["date"]=>
15   string(19) "2006-01-30 00:00:00"
16   ["timezone_type"]=>
17   int(3)
18   ["timezone"]=>
19   string(3) "UTC"
21 string(19) "2006/01/30 00:00:00"
22 object(DateTime)#1 (3) {
23   ["date"]=>
24   string(19) "2007-12-10 00:00:00"
25   ["timezone_type"]=>
26   int(3)
27   ["timezone"]=>
28   string(3) "UTC"
30 string(19) "2007/12/10 00:00:00"
31 HipHop Warning: %s
32 bool(false)
33 string(19) "2007/12/10 00:00:00"
34 Done