php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #10722 Incorrect spelling for PDF_setcolor
Submitted: 2001-05-07 23:40 UTC Modified: 2001-05-08 02:55 UTC
From: leea at digitus dot com dot au Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.0.5 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: leea at digitus dot com dot au
New email:
PHP Version: OS:

 

 [2001-05-07 23:40 UTC] leea at digitus dot com dot au
online documentation for PDF_setcolor has the following line

void PDF_secolor (int pdf object, string type, string colorspace, double c1, double c2, double c3, double c4)

Shouldn't it be 
void PDF_setcolor (int pdf object, string type, string colorspace, double c1, double c2, double c3, double c4)

(setcolor not secolor) 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 02:55 UTC] derick@php.net
Fixed in CVS, thanks for your report
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC