diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:29:59 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:29:59 +0000 |
commit | 3f65342eb26b8572a16a541ab9480062a4887f09 (patch) | |
tree | 5ca76b07ed8a52a04d7e6134c8c284f35ffb3342 /tests | |
parent | 33ceae28094b0c800fe39fa9d66313b3d687b21e (diff) | |
download | php-git-3f65342eb26b8572a16a541ab9480062a4887f09.tar.gz |
test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testarray2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testarray2 b/tests/testarray2 index b1bbc827b0..91926beaff 100644 --- a/tests/testarray2 +++ b/tests/testarray2 @@ -1,3 +1,4 @@ + <? for ($i="aaa"; $i<"bbb\nbbb"; $i++) { print $i; |