import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_intersect_ukey_variation9.php.expectf
blobff8a97674bd09f5d215ee409bb2087d8159eb40a
1 *** Testing array_intersect_ukey() : usage variation ***
3 -- Testing array_intersect_ukey() function using class with static method as callback --
4 array(2) {
5   ["blue"]=>
6   int(1)
7   ["green"]=>
8   int(3)
10 array(2) {
11   ["blue"]=>
12   int(1)
13   ["green"]=>
14   int(3)
17 -- Testing array_intersect_uassoc() function using class with regular method as callback --
18 array(2) {
19   ["blue"]=>
20   int(1)
21   ["green"]=>
22   int(3)
24 ===DONE===