Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagecharup_error1.phpt2 Testing error on non-resource parameter 1 of imagecharup() of GD library
13 $result = imagecharup('string', 1, 5, 5, 'C', 1);
17 Warning: imagecharup() expects parameter 1 to be resource, %s given in %s on line %d
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_error3.phpt2 Testing error on non-long parameter 2 of imagecharup() of GD library
13 $result = imagecharup($image, 'string', 5, 5, 'C', 1);
17 Warning: imagecharup() expects parameter 2 to be long, %s given in %s on line %d
H A Dimagecharup_error4.phpt2 Testing error on non-long parameter 3 of imagecharup() of GD library
13 $result = imagecharup($image, 1, 'string', 5, 'C', 1);
17 Warning: imagecharup() expects parameter 3 to be long, %s given in %s on line %d
H A Dimagecharup_error5.phpt2 Testing error on non-long parameter 4 of imagecharup() of GD library
13 $result = imagecharup($image, 1, 5, 'string', 'C', 1);
17 Warning: imagecharup() expects parameter 4 to be long, %s given in %s on line %d
H A Dimagecharup_error6.phpt2 Testing error on non-string parameter 5 of imagecharup() of GD library
13 $result = imagecharup($image, 1, 5, 5, $image, 1);
17 Warning: imagecharup() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagecharup_error7.phpt2 Testing error on non-long parameter 6 of imagecharup() of GD library
13 $result = imagecharup($image, 1, 5, 5, 'C', 'font');
17 Warning: imagecharup() expects parameter 6 to be long, %s given 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-5.5/ext/gd/
H A Dphp_gd.h81 PHP_FUNCTION(imagecharup);
H A Dgd.c883 PHP_FE(imagecharup, arginfo_imagecharup)
3582 PHP_FUNCTION(imagecharup) in PHP_FUNCTION() argument

Completed in 38 milliseconds