Home
last modified time | relevance | path

Searched refs:imagestring (Results 1 – 21 of 21) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagestring_error1.phpt2 Testing error on non-resource parameter 1 of imagestring() of GD library
13 $result = imagestring('string', 1, 5, 5, 'String', 1);
17 Warning: imagestring() expects parameter 1 to be resource, %s given in %s on line %d
H A Dimagestring_error2.phpt2 Testing error on non-image resource parameter 1 of imagestring() of GD library
13 $result = imagestring(tmpfile(), 1, 5, 5, 'String', 1);
17 Warning: imagestring(): supplied resource is not a valid Image resource in %s on line %d
H A Dimagestring_error3.phpt2 Testing error on non-long parameter 2 of imagestring() of GD library
13 $result = imagestring($image, 'string', 5, 5, 'String', 1);
17 Warning: imagestring() expects parameter 2 to be long, %s given in %s on line %d
H A Dimagestring_error4.phpt2 Testing error on non-long parameter 3 of imagestring() of GD library
13 $result = imagestring($image, 1, 'string', 5, 'String', 1);
17 Warning: imagestring() expects parameter 3 to be long, %s given in %s on line %d
H A Dimagestring_error5.phpt2 Testing error on non-long parameter 4 of imagestring() of GD library
13 $result = imagestring($image, 1, 5, 'string', 'String', 1);
17 Warning: imagestring() expects parameter 4 to be long, %s given in %s on line %d
H A Dimagestring_error6.phpt2 Testing error on non-string parameter 5 of imagestring() of GD library
13 $result = imagestring($image, 1, 5, 5, $image, 1);
17 Warning: imagestring() expects parameter 5 to be string%S, %s given in %s on line %d
H A Dimagestring_error7.phpt2 Testing error on non-long parameter 6 of imagestring() of GD library
13 $result = imagestring($image, 1, 5, 5, 'String', 'font');
17 Warning: imagestring() expects parameter 6 to be long, %s given in %s on line %d
H A Dimagestringup_error5.phpt2 Testing error on non-long parameter 4 of imagestring() of GD library
13 $result = imagestring($image, 1, 5, 'string', 'String', 1);
17 Warning: imagestring() expects parameter 4 to be long, %s given in %s on line %d
H A Dimagestring_basic.phpt2 Testing imagestring() of GD library
15 $result = imagestring($image, 1, 5, 5, 'String Text', $white);
H A Dimagecopymerge_basic.phpt22 imagestring($src, 1, 5, 5, "A Simple Text", $colorTXT_src);
23 imagestring($des, 1, 5, 5, "Another Simple Text", $colorTXT_des);
H A Dimageconvolution_basic.phpt15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
H A Dimageconvolution_error1.phpt15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
H A Dimageconvolution_error2.phpt15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
H A Dimageconvolution_error3.phpt15 imagestring($image, 5, 10, 8, 'Gaussian Blur Text', 0x00ff00);
H A Dimageloadfont_invalid.phpt18 imagestring($image, $font, 0, 0, "Hello", $black);
H A Djpeg2wbmp_error1.phpt20 imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color);
H A Dpng2wbmp_error1.phpt20 imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color);
H A Djpeg2wbmp_error3.phpt20 imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color);
H A Dpng2wbmp_error3.phpt20 imagestring($im, 1, 5, 5, 'A Simple Text String', $text_color);
/PHP-5.5/ext/gd/
H A Dphp_gd.h181 PHP_FUNCTION(imagestring);
H A Dgd.c985 PHP_FE(imagestring, arginfo_imagestring)
3590 PHP_FUNCTION(imagestring) in PHP_FUNCTION() argument

Completed in 31 milliseconds