summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author <changelog@php.net>1999-10-08 15:29:13 +0000
committer <changelog@php.net>1999-10-08 15:29:13 +0000
commit9e870afa39a0d0e492bc39df89344a569f97cc3a (patch)
tree5cc5bd1ac625e3bbf42b548759ad901d766dcd26 /tests
parent0bbe641a910daf82487e0ce8866e8bbd5d487e11 (diff)
downloadphp-git-9e870afa39a0d0e492bc39df89344a569f97cc3a.tar.gz
testing
Diffstat (limited to 'tests')
-rw-r--r--tests/testfe2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testfe b/tests/testfe
index 1162482ddd..ea62760635 100644
--- a/tests/testfe
+++ b/tests/testfe
@@ -1,8 +1,6 @@
<?
$foo = array(7,"foo",3,array(1,2),4);
-//print $foo[1];
-
for ($i=0; $i<3; $i++):
foreach($a, $foo ) {