summaryrefslogtreecommitdiff
path: root/tests/foo4
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-05-12 13:55:51 +0000
committerAndrei Zmievski <andrei@php.net>2000-05-12 13:55:51 +0000
commit74011b6767b6e090d74e2cdce1152dfc866ac352 (patch)
treefbbfa5e56c024288fa3030b4fd1db3a62cb6897a /tests/foo4
parentdee6170da3232986cb4c23a1c78969a1b7fa3f07 (diff)
downloadphp-git-74011b6767b6e090d74e2cdce1152dfc866ac352.tar.gz
Testing.
Diffstat (limited to 'tests/foo4')
-rw-r--r--tests/foo42
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/foo4 b/tests/foo4
index c242debf97..29df84d0e2 100644
--- a/tests/foo4
+++ b/tests/foo4
@@ -18,7 +18,7 @@ class foo {
return 666;
}
var $foo;
- var $bar="this is a test...";
+ var $bar="this is a test....";
};
class bar {