diff options
author | Derick Rethans <derick@php.net> | 2002-03-05 09:02:02 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-03-05 09:02:02 +0000 |
commit | eeeb95595f1fbc82db1d934673412ff446b48012 (patch) | |
tree | 0398f8b56542fbe957f1b1a51f231e296cdaf554 /tests | |
parent | 39225a22b8dacd35f793127d58dc7992ecfc9bb1 (diff) | |
download | php-git-eeeb95595f1fbc82db1d934673412ff446b48012.tar.gz |
- More test fixes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic/002.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt index 6ea0c11fa1..48fe5f5be8 100644 --- a/tests/basic/002.phpt +++ b/tests/basic/002.phpt @@ -4,7 +4,7 @@ Simple POST Method test a=Hello+World --GET-- --FILE-- -<?php error_reporting(0); +<?php echo $_POST['a']; ?> --EXPECT-- Hello World |