import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / array_keys_variation_004.php.expectf
blob9c756f0e7db94c112874b1ba28f3e63f47d05abd
1 *** Testing array_keys() on all the types other than arrays ***
2 array(0) {
4 array(0) {
6 array(0) {
8 array(0) {
10 array(0) {
12 array(1) {
13   [0]=>
14   int(1)
16 array(1) {
17   [0]=>
18   int(0)
20 array(1) {
21   [0]=>
22   int(-1)
24 array(1) {
25   [0]=>
26   int(2)
28 array(1) {
29   [0]=>
30   int(3)
32 array(1) {
33   [0]=>
34   string(3) "php"
36 array(1) {
37   [0]=>
38   string(0) ""
40 Done