testarray2   [plain text]



<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
	print $i;
}