import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / compact_variation1.php.expectf
blob9c7415597b072c6726b6d0917a11e551d7fc47bd
1 *** Testing compact() : usage variations  - arrays containg references ***
2 HipHop Warning: %a
3 array(1) {
4   ["a"]=>
5   int(1)
7 HipHop Warning: %a
8 HipHop Warning: %a
9 HipHop Warning: %a
10 HipHop Warning: %a
11 array(2) {
12   ["a"]=>
13   int(1)
14   ["b"]=>
15   int(2)
17 array(1) {
18   ["c"]=>
19   int(3)
21 Done