Create post-HADVAs expect files
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_fill_keys_variation4.php.expectf.hadva
blob33c9ceb69d4eeca04c46035794a3e0da52547cd9
1 *** Testing array_fill_keys() : parameter variations ***
3 -- Testing array_fill_keys() function with float --
4 dict(1) {
5   ["one"]=>
6   float(2.4)
9 -- Testing array_fill_keys() function with null --
10 dict(1) {
11   ["one"]=>
12   NULL
15 -- Testing array_fill_keys() function with object --
16 dict(1) {
17   ["one"]=>
18   object(classA) (0) {
19   }
22 -- Testing array_fill_keys() function with boolean --
23 dict(1) {
24   ["one"]=>
25   bool(false)
28 -- Testing array_fill_keys() function with resource --
29 dict(1) {
30   ["one"]=>
31   resource(4) of type (stream)
33 Done