ID: 36199 Updated by: [EMAIL PROTECTED] Reported By: jw at jwscripts dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: N/A PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Fixed in examples of functions imagechar, imagecharup and imagestring. Previous Comments: ------------------------------------------------------------------------ [2006-01-29 13:26:47] jw at jwscripts dot com Description: ------------ Example 1 on imagecharup man page incorrectly uses imagecreatetruecolor() instead of imagecreate(). Therefore, the background color isn't set with imagecolorallocate() and the result of the code is a black square with black text. Reproduce code: --------------- N/A Expected result: ---------------- N/A Actual result: -------------- N/A ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36199&edit=1