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