Searched refs:imagechar (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/ext/gd/tests/ |
H A D | imagechar_error1.phpt | 2 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 D | imagechar_error2.phpt | 2 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 D | imagechar_error3.phpt | 2 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 D | imagechar_error4.phpt | 2 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 D | imagechar_error5.phpt | 2 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 D | imagechar_error6.phpt | 2 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 D | imagechar_error7.phpt | 2 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 D | imagechar_basic.phpt | 2 Testing imagechar() of GD library 15 $result = imagechar($image, 1, 5, 5, 'C', $white);
|
/PHP-7.2/ext/gd/ |
H A D | php_gd.h | 82 PHP_FUNCTION(imagechar);
|
H A D | gd.c | 870 PHP_FE(imagechar, arginfo_imagechar) 3689 PHP_FUNCTION(imagechar) in PHP_FUNCTION() argument
|
Completed in 20 milliseconds