summaryrefslogtreecommitdiff
path: root/testarray2
blob: 4272eedf2e1fbddcb4be893c9a53a4fc148df7bb (plain)
1
2
3
4
5
<?

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