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 /ext/sysvmsg/tests | |
parent | bd29f379e748ec0060d47c6d479e51e1445d9ae8 (diff) | |
download | php-git-d94136fc3098e73ec46c6fb40358a5fbefced82f.tar.gz |
- Remove unused blocks
Diffstat (limited to 'ext/sysvmsg/tests')
-rw-r--r-- | ext/sysvmsg/tests/001.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/sysvmsg/tests/001.phpt b/ext/sysvmsg/tests/001.phpt index bc1691316b..4f57dba305 100644 --- a/ext/sysvmsg/tests/001.phpt +++ b/ext/sysvmsg/tests/001.phpt @@ -3,8 +3,6 @@ send/receive serialized message. --SKIPIF-- <?php // vim600:syn=php if (!extension_loaded("sysvmsg")) print "skip"; ?> ---POST-- ---GET-- --FILE-- <?php $key = ftok("./ext/sysvmsg/tests/001.phpt", "p"); |