I was using a binary with the new timelib. Undo the datetime tests
[hiphop-php.git] / hphp / test / zend / bad / ext-date / DateTimeZone_clone_basic2.php.expectf
bloba1a07709465194873876feb38aa7098860bfa8b6
1 *** Testing clone on objects whoose class derived from DateTimeZone class ***
2 object(DateTimeZoneExt1)#%d (4) {
3   ["property1"]=>
4   int(99)
5   ["property2"]=>
6   string(5) "Hello"
7   ["timezone_type"]=>
8   int(3)
9   ["timezone"]=>
10   string(13) "Europe/London"
12 object(DateTimeZoneExt1)#%d (4) {
13   ["property1"]=>
14   int(99)
15   ["property2"]=>
16   string(5) "Hello"
17   ["timezone_type"]=>
18   int(3)
19   ["timezone"]=>
20   string(13) "Europe/London"
22 object(DateTimeZoneExt2)#%d (6) {
23   ["property3"]=>
24   bool(true)
25   ["property4"]=>
26   float(10.5)
27   ["property1"]=>
28   int(99)
29   ["property2"]=>
30   string(5) "Hello"
31   ["timezone_type"]=>
32   int(3)
33   ["timezone"]=>
34   string(13) "Europe/London"
36 object(DateTimeZoneExt2)#%d (6) {
37   ["property3"]=>
38   bool(true)
39   ["property4"]=>
40   float(10.5)
41   ["property1"]=>
42   int(99)
43   ["property2"]=>
44   string(5) "Hello"
45   ["timezone_type"]=>
46   int(3)
47   ["timezone"]=>
48   string(13) "Europe/London"
50 ===DONE===