import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_diff_ukey_variation9.php.expectf
blob3c7531d4082dbfb5315853a7b565bb9ee9ca9748
1 *** Testing array_diff_ukey() : usage variation ***
3 --null indexed--
4 array(0) {
6 array(1) {
7   [10]=>
8   string(2) "10"
11 --undefined indexed--
12 array(0) {
14 array(1) {
15   [10]=>
16   string(2) "10"
19 --unset  indexed--
20 array(0) {
22 array(1) {
23   [10]=>
24   string(2) "10"
26 ===DONE===