import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_intersect_assoc_variation10.php.expectf
blobf9a8a7ad96a5211d8b76a4d218f74d298f7e70f5
1 *** Testing array_intersect_assoc() : binary safe checking ***
2 array(2) {
3   [0]=>
4   string(5) "hello"
5   [1]=>
6   string(5) "world"
8 array(2) {
9   [0]=>
10   string(5) "hello"
11   [1]=>
12   string(5) "world"
14 array(2) {
15   [0]=>
16   string(5) "hello"
17   [1]=>
18   string(5) "world"
20 Done