php-src/ext/gd/tests/imagechar_error2.phpt
2009-07-01 00:56:01 +00:00

18 lines
418 B
PHP

--TEST--
Testing error on non-image resource parameter 1 of imagechar() 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 = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
?>
--EXPECTF--
Warning: imagechar(): supplied resource is not a valid Image resource in %s on line %d