diff options
author | Andrei Zmievski <andrei@php.net> | 2000-06-20 19:21:11 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-06-20 19:21:11 +0000 |
commit | cd5b7dd64a6fa574e6e3276342ddea29f144c909 (patch) | |
tree | 1d9ff73e5f1bba73603681d2ca958ab9cec85a4e | |
parent | 6a449f2b02f2628ced3421cfa5a65b236fad1b9b (diff) | |
download | php-git-cd5b7dd64a6fa574e6e3276342ddea29f144c909.tar.gz |
bonsai test
-rw-r--r-- | tests/testinclude | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testinclude b/tests/testinclude index 7539985aa7..1e9854370d 100644 --- a/tests/testinclude +++ b/tests/testinclude @@ -1,5 +1,5 @@ <? -print "Before include...\n"; +print "Before include....\n"; $retval = include("testarray"); print "After include, include returned $retval\n"; -?>
\ No newline at end of file +?> |