diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-02 21:06:30 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-02 21:06:30 +0000 |
commit | e721e560e5323c51542b9904438c250a8571ca03 (patch) | |
tree | c0536a7e1e6bc6342d27c2856ddfd04c68e82190 | |
parent | b7e248dd065f502165ed068ac059ced28e7fc0f2 (diff) | |
download | php-git-e721e560e5323c51542b9904438c250a8571ca03.tar.gz |
test commit
-rw-r--r-- | tests/testarray2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/testarray2 b/tests/testarray2 index 4272eedf2e..b1bbc827b0 100644 --- a/tests/testarray2 +++ b/tests/testarray2 @@ -1,5 +1,4 @@ <? - for ($i="aaa"; $i<"bbb\nbbb"; $i++) { print $i; -}
\ No newline at end of file +} |