remove array_multisort and convert array_multisortN to use inout
[hiphop-php.git] / hphp / test / zend / good / ext / standard / tests / array / array_diff_key_variation8.php.expectf
bloba5ba3d2d0099e7b977b57d1a2c06464429f72e87
1 *** Testing array_diff_key() : usage variation ***
3 -- Testing array_diff_key() function with multi dimensional array --
4 array(1) {
5   ["third"]=>
6   array(1) {
7     [0]=>
8     string(4) "zero"
9   }
11 array(1) {
12   ["fourth"]=>
13   array(1) {
14     [2]=>
15     string(3) "two"
16   }
18 ===DONE===