Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / serialize / bug21957.php.expectf.hadva
blob546239f9aef0e65fc62735cc758af88ec4c49b8f
1 dict(2) {
2   ["one"]=>
3   string(3) "ABC"
4   ["two"]=>
5   object(test) (2) {
6     ["a"]=>
7     int(7)
8     ["b"]=>
9     int(2)
10   }
12 D:2:{s:3:"one";s:3:"ABC";s:3:"two";N;}
13 dict(2) {
14   ["one"]=>
15   string(3) "ABC"
16   ["two"]=>
17   NULL