php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #49302 ming SWFDisplayItem->multColor documentation error
Submitted: 2009-08-19 21:24 UTC Modified: 2009-11-13 22:47 UTC
From: haddow777 at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: n/a
Private report: No CVE-ID: None
 [2009-08-19 21:24 UTC] haddow777 at gmail dot com
Description:
------------
Under the parameters section, this definition is given for the parameters of the function:

"These parameters are integers between 0 and 255 or hexadecimals between 0x00 and 0xFF:"

This is incorrect though, as the parameter values are in fact float values requiring a number ranging from 0.0 to 1.0.


Reproduce code:
---------------
---
From manual page: function.swfdisplayitem.multcolor
---



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-13 22:47 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=290721
Log: Parameters between 0 and 1 (bug #49302)
 [2009-11-13 22:47 UTC] vrana@php.net
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.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 02:00:01 2026 UTC