make test runner work in open source repo
[hiphop-php.git] / hphp / test / zend / bad / ext-date / DateTime_clone_basic2.php.expectf
blob67df65afbc7cbbdce34401582502f981459198e5
1 *** Testing clone on objects whoose class derived from DateTime class ***
2 object(DateTimeExt1)#%d (5) {
3   ["property1"]=>
4   int(99)
5   ["property2"]=>
6   string(5) "Hello"
7   ["date"]=>
8   string(19) "2009-02-03 12:34:41"
9   ["timezone_type"]=>
10   int(2)
11   ["timezone"]=>
12   string(3) "GMT"
14 object(DateTimeExt1)#%d (5) {
15   ["property1"]=>
16   int(99)
17   ["property2"]=>
18   string(5) "Hello"
19   ["date"]=>
20   string(19) "2009-02-03 12:34:41"
21   ["timezone_type"]=>
22   int(2)
23   ["timezone"]=>
24   string(3) "GMT"
26 object(DateTimeExt2)#%d (7) {
27   ["property3"]=>
28   bool(true)
29   ["property4"]=>
30   float(10.5)
31   ["property1"]=>
32   int(99)
33   ["property2"]=>
34   string(5) "Hello"
35   ["date"]=>
36   string(19) "2009-02-03 12:34:41"
37   ["timezone_type"]=>
38   int(2)
39   ["timezone"]=>
40   string(3) "GMT"
42 object(DateTimeExt2)#%d (7) {
43   ["property3"]=>
44   bool(true)
45   ["property4"]=>
46   float(10.5)
47   ["property1"]=>
48   int(99)
49   ["property2"]=>
50   string(5) "Hello"
51   ["date"]=>
52   string(19) "2009-02-03 12:34:41"
53   ["timezone_type"]=>
54   int(2)
55   ["timezone"]=>
56   string(3) "GMT"
58 ===DONE===