diff options
author | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:45:28 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-05-12 12:45:28 +0000 |
commit | ffef0d8d44495f8d99555dad78cdd48117465bdb (patch) | |
tree | 57c93d8eb117a7421f383d05161e781ebee825e3 /tests | |
parent | b0f87cdb5f3d2c83c2ab297185f86f931a0dd7a3 (diff) | |
download | php-git-ffef0d8d44495f8d99555dad78cdd48117465bdb.tar.gz |
Another test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testfunc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfunc b/tests/testfunc index a201298552..fa64be2e6f 100644 --- a/tests/testfunc +++ b/tests/testfunc @@ -24,7 +24,7 @@ for ($i=0; $i<10; $i++) { bar(); } -print "Got here... +print "Got here..... "; |