diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-02 20:38:09 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-02 20:38:09 +0000 |
commit | bbc72d6eb61e976d0bf45a0523b53306c3846e4d (patch) | |
tree | f5b82167b0917baed2c992219f5c29d250529777 /tests/testfe | |
parent | 26b5ef7435c5e8e0ef6222bf6df4a7a616c5bf25 (diff) | |
download | php-git-bbc72d6eb61e976d0bf45a0523b53306c3846e4d.tar.gz |
test commit
Diffstat (limited to 'tests/testfe')
-rw-r--r-- | tests/testfe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testfe b/tests/testfe index 5ae85511b5..1162482ddd 100644 --- a/tests/testfe +++ b/tests/testfe @@ -1,5 +1,4 @@ <? - $foo = array(7,"foo",3,array(1,2),4); //print $foo[1]; |