diff options
Diffstat (limited to 'ext/gd/tests/imagedashedline_basic.phpt')
| -rw-r--r-- | ext/gd/tests/imagedashedline_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagedashedline_basic.phpt b/ext/gd/tests/imagedashedline_basic.phpt index d58825036c..bc87c465c6 100644 --- a/ext/gd/tests/imagedashedline_basic.phpt +++ b/ext/gd/tests/imagedashedline_basic.phpt @@ -22,7 +22,7 @@ $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png'; // create a blank image $image = imagecreatetruecolor(250, 250); -// set the background color to black +// set the background color to black $bg = imagecolorallocate($image, 0, 0, 0); // red dashed lines |
