diff options
| author | Andrei Zmievski <andrei@php.net> | 2000-05-12 13:55:51 +0000 |
|---|---|---|
| committer | Andrei Zmievski <andrei@php.net> | 2000-05-12 13:55:51 +0000 |
| commit | 74011b6767b6e090d74e2cdce1152dfc866ac352 (patch) | |
| tree | fbbfa5e56c024288fa3030b4fd1db3a62cb6897a /tests/foo4 | |
| parent | dee6170da3232986cb4c23a1c78969a1b7fa3f07 (diff) | |
| download | php-git-74011b6767b6e090d74e2cdce1152dfc866ac352.tar.gz | |
Testing.
Diffstat (limited to 'tests/foo4')
| -rw-r--r-- | tests/foo4 | 2 |
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 { |
