import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_intersect_key_variation4.php.expectf
blob898a6321b6c88c1eeb8420af53e875019785c6a6
1 *** Testing array_intersect_key() : usage variation ***
3 --decimal indexed--
4 array(1) {
5   [10]=>
6   string(3) "0xA"
8 array(1) {
9   [10]=>
10   string(2) "10"
13 --octal indexed--
14 array(1) {
15   [10]=>
16   string(3) "0xA"
18 array(1) {
19   [10]=>
20   string(3) "012"
23 --hexa  indexed--
24 array(1) {
25   [-7]=>
26   string(3) "-07"
28 array(1) {
29   [-7]=>
30   string(4) "-0x7"
32 ===DONE===