You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
424 B

--TEST--
Testing error on non-image resource parameter 1 of imagecharup() of GD library
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--SKIPIF--
<?php
if (!extension_loaded("gd")) die("skip GD not present");
?>
--FILE--
<?php
$result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);
?>
--EXPECTF--
Warning: imagecharup(): supplied resource is not a valid Image resource in %s on line %d