diff options
Diffstat (limited to 'ext/zip/tests/oo_properties.phpt')
-rw-r--r-- | ext/zip/tests/oo_properties.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_properties.phpt b/ext/zip/tests/oo_properties.phpt index 886317b57b..4fa38dd100 100644 --- a/ext/zip/tests/oo_properties.phpt +++ b/ext/zip/tests/oo_properties.phpt @@ -2,7 +2,6 @@ ziparchive::properties isset()/empty() checks --SKIPIF-- <?php -/* $Id$ */ if(!extension_loaded('zip')) die('skip'); ?> --FILE-- |