Home
last modified time | relevance | path

Searched refs:imagecharup (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/gd/tests/
H A Dimagecharup_error2.phpt2 Testing error on non-image resource parameter 1 of imagecharup() of GD library
13 $result = imagecharup(tmpfile(), 1, 5, 5, 'C', 1);
17 Warning: imagecharup(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagecharup_basic.phpt2 Testing imagecharup() of GD library
15 $result = imagecharup($image, 1, 5, 5, 'C', $white);
/PHP-7.4/ext/gd/
H A Dphp_gd.h87 PHP_FUNCTION(imagecharup);
H A Dgd.c882 PHP_FE(imagecharup, arginfo_imagecharup)
3777 PHP_FUNCTION(imagecharup) in PHP_FUNCTION() argument

Completed in 20 milliseconds