summaryrefslogtreecommitdiff
path: root/tests/testarray2
blob: b1bbc827b07ca35ace1e7495375e60c5ea19770c (plain)
1
2
3
4
<?
for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
	print $i;
}