I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / bug51994.php.expectf
blob20a12cd171349f68fce694daba3370b11b9d764d
1 array(12) {
2   ["year"]=>
3   int(2010)
4   ["month"]=>
5   int(6)
6   ["day"]=>
7   int(3)
8   ["hour"]=>
9   bool(false)
10   ["minute"]=>
11   bool(false)
12   ["second"]=>
13   bool(false)
14   ["fraction"]=>
15   bool(false)
16   ["warning_count"]=>
17   int(0)
18   ["warnings"]=>
19   array(0) {
20   }
21   ["error_count"]=>
22   int(0)
23   ["errors"]=>
24   array(0) {
25   }
26   ["is_localtime"]=>
27   bool(false)