Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / date / tests / DateTimeZone_getTransitions_basic1.php.expectf.hadva
blobdaf39c0854b5a46ce946b71daf882c86de9d29a3
1 *** Testing DateTimeZone::getTransitions() : basic functionality ***
3 -- Total number of transitions: 242 --
5 -- Format a sample entry for Spring 1963 --
6 dict(5) {
7   ["ts"]=>
8   int(-213228000)
9   ["time"]=>
10   string(24) "1963-03-31T02:00:00+0000"
11   ["offset"]=>
12   int(3600)
13   ["isdst"]=>
14   bool(true)
15   ["abbr"]=>
16   string(3) "BST"
18 ===DONE===