diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-19 08:45:46 +0000 |
| commit | d94136fc3098e73ec46c6fb40358a5fbefced82f (patch) | |
| tree | 5123ef2a407e6a7068624c280e5dcdda31ff670e /tests/basic/002.phpt | |
| parent | bd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff) | |
| download | php-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz | |
- Remove unused blocks
Diffstat (limited to 'tests/basic/002.phpt')
| -rw-r--r-- | tests/basic/002.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic/002.phpt b/tests/basic/002.phpt index 5a6187df7b..e9330c8bf9 100644 --- a/tests/basic/002.phpt +++ b/tests/basic/002.phpt @@ -4,7 +4,6 @@ Simple POST Method test <?php if (php_sapi_name()=='cli') echo 'skip'; ?> --POST-- a=Hello+World ---GET-- --FILE-- <?php echo $_POST['a']; ?> |
