diff options
author | <changelog@php.net> | 1999-10-08 16:00:10 +0000 |
---|---|---|
committer | <changelog@php.net> | 1999-10-08 16:00:10 +0000 |
commit | 442628d93599d805668aebb30058b185c7333d2b (patch) | |
tree | 77364dc2cac7c34c1bd566bf4a99f07c20aa51e0 /tests | |
parent | 9e870afa39a0d0e492bc39df89344a569f97cc3a (diff) | |
download | php-git-442628d93599d805668aebb30058b185c7333d2b.tar.gz |
mailing list test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testclassfunc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testclassfunc b/tests/testclassfunc index 6ad5a5091c..007bf3bd37 100644 --- a/tests/testclassfunc +++ b/tests/testclassfunc @@ -1,5 +1,4 @@ <? - class foo { function bar() { print "Hey there!\n"; |