global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / closure_private.php.expect
blob69affa3ac9895a92f19fa902f904688c1a6979ad
1 array(1) {
2   [0]=>
3   string(3) "foo"
5 array(1) {
6   [0]=>
7   string(3) "foo"
9 array(1) {
10   [0]=>
11   string(3) "foo"
13 array(2) {
14   [0]=>
15   string(3) "foo"
16   [1]=>
17   string(3) "bar"
19 string(6) "foobar"