summaryrefslogtreecommitdiff
path: root/tests/testarray2
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-06-11 22:36:05 +0000
committerAntony Dovgal <tony2001@php.net>2008-06-11 22:36:05 +0000
commitecbecbc60b30ffb7e6f87674b360b3bb9d20f63e (patch)
treed94f644d024b52224bb4c43088c30a4aea2bfcc0 /tests/testarray2
parent76446772089143136c6c4e3d8e64842da40d9801 (diff)
downloadphp-git-ecbecbc60b30ffb7e6f87674b360b3bb9d20f63e.tar.gz
remove 8 years old tests (not used anyway)
Diffstat (limited to 'tests/testarray2')
-rw-r--r--tests/testarray25
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testarray2 b/tests/testarray2
deleted file mode 100644
index 91926beaff..0000000000
--- a/tests/testarray2
+++ /dev/null
@@ -1,5 +0,0 @@
-
-<?
-for ($i="aaa"; $i<"bbb\nbbb"; $i++) {
- print $i;
-}