I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / bug52808.php.expectf
blobacae606ae345553a6c2058a18c9002cb29b0fc33
1 object(DateInterval)#%d (15) {
2   ["y"]=>
3   int(1)
4   ["m"]=>
5   int(2)
6   ["d"]=>
7   int(10)
8   ["h"]=>
9   int(2)
10   ["i"]=>
11   int(30)
12   ["s"]=>
13   int(0)
14   ["weekday"]=>
15   int(0)
16   ["weekday_behavior"]=>
17   int(0)
18   ["first_last_day_of"]=>
19   int(0)
20   ["invert"]=>
21   int(1)
22   ["days"]=>
23   int(437)
24   ["special_type"]=>
25   int(0)
26   ["special_amount"]=>
27   int(0)
28   ["have_weekday_relative"]=>
29   int(0)
30   ["have_special_relative"]=>
31   int(0)
33 object(DateInterval)#%d (15) {
34   ["y"]=>
35   int(0)
36   ["m"]=>
37   int(9)
38   ["d"]=>
39   int(18)
40   ["h"]=>
41   int(21)
42   ["i"]=>
43   int(30)
44   ["s"]=>
45   int(0)
46   ["weekday"]=>
47   int(0)
48   ["weekday_behavior"]=>
49   int(0)
50   ["first_last_day_of"]=>
51   int(0)
52   ["invert"]=>
53   int(0)
54   ["days"]=>
55   int(294)
56   ["special_type"]=>
57   int(0)
58   ["special_amount"]=>
59   int(0)
60   ["have_weekday_relative"]=>
61   int(0)
62   ["have_special_relative"]=>
63   int(0)
65 object(DateInterval)#%d (15) {
66   ["y"]=>
67   int(0)
68   ["m"]=>
69   int(9)
70   ["d"]=>
71   int(18)
72   ["h"]=>
73   int(21)
74   ["i"]=>
75   int(30)
76   ["s"]=>
77   int(0)
78   ["weekday"]=>
79   int(0)
80   ["weekday_behavior"]=>
81   int(0)
82   ["first_last_day_of"]=>
83   int(0)
84   ["invert"]=>
85   int(0)
86   ["days"]=>
87   int(294)
88   ["special_type"]=>
89   int(0)
90   ["special_amount"]=>
91   int(0)
92   ["have_weekday_relative"]=>
93   int(0)
94   ["have_special_relative"]=>
95   int(0)
97 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z/)
98 DateInterval::__construct(): Failed to parse interval (2007-05-11T15:30:00Z)
99 DateInterval::__construct(): Unknown or bad format (2007-05-11T15:30:00Z/:00Z)
100 ==DONE==