improve test

This commit is contained in:
Antony Dovgal 2007-05-03 12:10:02 +00:00
parent 8b18dc97d6
commit 08536784db

View File

@ -3,6 +3,7 @@ imagecreatefromstring
--SKIPIF--
<?php
if (!function_exists('imagecreatefromstring')) die("skip gd extension not available\n");
if (!function_exists('imagepng')) die("skip no imagpng()\n");
?>
--FILE--
<?php