import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_diff_ukey_variation8.php.expectf
blob6b4dbb2b905feea9f25d895cf544797c738fbe0c
1 *** Testing array_diff_ukey() : usage variation ***
3 -- Testing array_diff_ukey() function with boolean indexed array --
4 array(0) {
6 array(3) {
7   [-10]=>
8   string(3) "-10"
9   ["true"]=>
10   int(1)
11   ["false"]=>
12   int(0)
14 ===DONE===