mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes bug #53441.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305895 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ffc053f605
commit
c621e33dd3
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
// create image
|
||||
$image = imagecreatetruecolor(100, 100);
|
||||
|
||||
// allocate some solors
|
||||
// allocate some colors
|
||||
$white = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
|
||||
$gray = imagecolorallocate($image, 0xC0, 0xC0, 0xC0);
|
||||
$darkgray = imagecolorallocate($image, 0x90, 0x90, 0x90);
|
||||
|
|
Loading…
Reference in a new issue