import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / key_variation4.php.expectf
blobdb6de21b42eb492ede518498fe64da0a38481f2a
1 *** Testing key() : usage variations ***
3 -- Two Dimensional Array --
4 Initial Position: int(0)
5 Next Position:    int(1)
6 End Position:     int(2)
8 -- Access an Array Within an Array --
9 Initial Position: int(0)
11 -- Recursive, Multidimensional Array --
12 Current Position: int(2)
13 int(2)
14 int(0)
15 ===DONE===