remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_intersect_key_variation7.php.expectf
blob331bc6071267b61e6b5c529cc6c4dd80177771b1
1 *** Testing array_intersect_key() : usage variation ***
3 --null indexed--
4 array(1) {
5   [""]=>
6   string(4) "null"
8 array(1) {
9   [""]=>
10   string(6) "null 2"
13 --undefined indexed--
14 array(1) {
15   [""]=>
16   string(4) "null"
18 array(1) {
19   [""]=>
20   string(9) "undefined"
23 --unset  indexed--
24 array(1) {
25   [""]=>
26   string(4) "null"
28 array(1) {
29   [""]=>
30   string(5) "unset"
32 ===DONE===