1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00

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