ID:          31057
 Updated by:  [EMAIL PROTECTED]
 Reported By: rubein at earthlink dot net
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 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.


Previous Comments:
------------------------------------------------------------------------

[2004-12-10 21:03:57] rubein at earthlink dot net

Description:
------------
Minor documentation problem:

The "Tidy Functions" section of the manual lists "TIDY_TAG_6" as a
constant, when it should read "TIDY_TAG_H6"

A quick test case shows that it's only the documentation that is in
err; it is correctly defined as TIDY_TAG_H6 within PHP:

echo TIDY_TAG_H6;  /* 45 */

echo TIDY_TAG_6; /* PHP Notice:  Use of undefined constant TIDY_TAG_6 -
assumed 'TIDY_TAG_6' in - on line 2 */



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31057&edit=1

Reply via email to