Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / array / array_uintersect_assoc_basic2.php.expectf
blob61ff9d2893e829e06d06106bd00979d06ebc3b4f
1 *** Testing array_uintersect_assoc() : basic functionality - testing with multiple array arguments ***
2 array(2) {
3   ["one"]=>
4   string(3) "one"
5   [3]=>
6   string(5) "three"
8 ===DONE===