import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / 006.php.expectf
blob1eba3986f2af47985514d1938ec39097700e7e38
1 fubar
2 array(3) {
3   [0]=>
4   string(3) "foo"
5   [1]=>
6   string(3) "bar"
7   [2]=>
8   string(6) "foobar"
10 fubar
11 array(2) {
12   [3]=>
13   string(3) "foo"
14   [4]=>
15   string(3) "bar"
17 fubar
18 array(2) {
19   ["a"]=>
20   string(3) "foo"
21   ["b"]=>
22   string(3) "bar"