diff options
Diffstat (limited to 'ext/zip/examples/im.php')
-rw-r--r-- | ext/zip/examples/im.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/examples/im.php b/ext/zip/examples/im.php index 3721434054..b664e91c2b 100644 --- a/ext/zip/examples/im.php +++ b/ext/zip/examples/im.php @@ -8,4 +8,3 @@ $z->open(dirname(__FILE__) . '/test_im.zip'); $im_string = $z->getFromName("pear_item.gif"); $im = imagecreatefromstring($im_string); imagepng($im, 'b.png'); - |