xref: /PHP-7.4/ext/gd/tests/imagechar_error2.phpt (revision 782352c5)
1--TEST--
2Testing error on non-image resource parameter 1 of imagechar() of GD library
3--CREDITS--
4Rafael Dohms <rdohms [at] gmail [dot] com>
5#testfest PHPSP on 2009-06-20
6--SKIPIF--
7<?php
8	if (!extension_loaded("gd")) die("skip GD not present");
9?>
10--FILE--
11<?php
12
13$result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
14
15?>
16--EXPECTF--
17Warning: imagechar(): supplied resource is not a valid Image resource in %s on line %d
18