import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_intersect_uassoc_variation8.php.expectf
blobde58ae277b0651313133bc72fbc657b6547b4252
1 *** Testing array_intersect_uassoc() : usage variation ***
3 -- Testing array_intersect_uassoc() function with referenced variable $ref_var has value 'a' --
4 array(1) {
5   [0]=>
6   string(1) "a"
9 -- Testing array_intersect_uassoc() function with referenced variable $ref_var value changed to 10 --
10 array(0) {
13 -- Testing array_intersect_uassoc() function when $array2 is referencd to $array1 --
14 array(2) {
15   [0]=>
16   string(1) "a"
17   [1]=>
18   string(1) "a"
20 ===DONE===