--TEST-- Test reset() function : usage variations - Referenced variables --FILE-- ===DONE=== --EXPECTF-- *** Testing reset() : usage variations *** -- Initial position of internal pointer -- unicode(4) "zero" -- Position after calling next() -- $array1: unicode(3) "one" $array2: unicode(3) "one" -- Position after calling reset() -- unicode(4) "zero" $array1: unicode(4) "zero" $array2: unicode(4) "zero" ===DONE===