# test 106: push it back is (mm_array_push ($array, n2alpha(ARRAY_SIZE - 2)), ARRAY_SIZE - 1, "push should return array size"); # test 107 ($size, $shiftCount) = mm_array_status ($array); is ($size, ARRAY_SIZE - 1, "push should increase array size by 1"); # test 108 is ($shiftCount, 0, "push should not affect shift count"); # test 109 is (mm_array_fetch ($array, ARRAY_SIZE - 2), n2alpha(ARRAY_SIZE - 2), "get pushed element");