import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-array / reset_basic.php.expectf
blobdc7fb151136d8b2c5b00259c6b56851b456c9be4
1 *** Testing reset() : basic functionality ***
3 -- Initial Position: --
4 0 => zero
6 -- Call to next() --
7 string(3) "one"
9 -- Current Position: --
10 1 => one
12 -- Call to reset() --
13 string(4) "zero"
14 ===DONE===