Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dimagechar_error1.phpt2 Testing error on non-resource parameter 1 of imagechar() of GD library
13 $result = imagechar('string', 1, 5, 5, 'C', 1);
17 Warning: imagechar() expects parameter 1 to be resource, %s given in %s on line %d
H A Dimagechar_error2.phpt2 Testing error on non-image resource parameter 1 of imagechar() of GD library
13 $result = imagechar(tmpfile(), 1, 5, 5, 'C', 1);
17 Warning: imagechar(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagechar_error3.phpt2 Testing error on non-long parameter 2 of imagechar() of GD library
13 $result = imagechar($image, 'string', 5, 5, 'C', 1);
17 Warning: imagechar() expects parameter 2 to be integer, %s given in %s on line %d
H A Dimagechar_error4.phpt2 Testing error on non-long parameter 3 of imagechar() of GD library
13 $result = imagechar($image, 1, 'string', 5, 'C', 1);
17 Warning: imagechar() expects parameter 3 to be integer, %s given in %s on line %d
H A Dimagechar_error5.phpt2 Testing error on non-long parameter 4 of imagechar() of GD library
13 $result = imagechar($image, 1, 5, 'string', 'C', 1);
17 Warning: imagechar() expects parameter 4 to be integer, %s given in %s on line %d
H A Dimagechar_error6.phpt2 Testing error on non-string parameter 5 of imagechar() of GD library
13 $result = imagechar($image, 1, 5, 5, $image, 1);
17 Warning: imagechar() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagechar_error7.phpt2 Testing error on non-long parameter 6 of imagechar() of GD library
13 $result = imagechar($image, 1, 5, 5, 'C', 'font');
17 Warning: imagechar() expects parameter 6 to be integer, %s given in %s on line %d
H A Dimagechar_basic.phpt2 Testing imagechar() of GD library
15 $result = imagechar($image, 1, 5, 5, 'C', $white);
/PHP-7.2/ext/gd/
H A Dphp_gd.h82 PHP_FUNCTION(imagechar);
H A Dgd.c870 PHP_FE(imagechar, arginfo_imagechar)
3689 PHP_FUNCTION(imagechar) in PHP_FUNCTION() argument

Completed in 20 milliseconds