php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31057 TIDY_TAG_6 should be TIDY_TAG_H6
Submitted: 2004-12-10 21:03 UTC Modified: 2004-12-10 21:10 UTC
From: rubein at earthlink dot net Assigned:
Status: Closed Package: Tidy (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
47 + 14 = ?
Subscribe to this entry?

 
 [2004-12-10 21:03 UTC] 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 */


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-10 21:10 UTC] sean@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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC