import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_diff_key_variation5.php.expectf
bloba45de1516685c95b0a9529efc14ed83534d1a916
1 *** Testing array_diff_key() : usage variation ***
3 -- Testing array_diff_key() function with float indexed array --
4 array(2) {
5   [20]=>
6   string(2) "20"
7   [-20]=>
8   string(3) "-20"
10 array(0) {
12 ===DONE===