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
 [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 18:01:28 2024 UTC