import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-array / bug42233.php.expectf
blobd73acfa08257166a67f2fcae834138d83fefd464
1 array(3) {
2   ["a"]=>
3   string(1) "1"
4   ["æ"]=>
5   string(1) "2"
6   ["æøåäö"]=>
7   string(1) "3"
9 int(3)
10 string(1) "1"
11 string(1) "2"
12 string(1) "3"
13 Done.