php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30684 T_OLD_FUNCTION not defined in PHP 5. Not documented
Submitted: 2004-11-04 08:19 UTC Modified: 2004-11-04 09:36 UTC
From: ng4rrjanbiah at rediffmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.2 OS:
Private report: No CVE-ID: None
 [2004-11-04 08:19 UTC] ng4rrjanbiah at rediffmail dot com
Description:
------------
The constant T_OLD_FUNCTION is not defined in PHP 5. But, it is not documented at http://www.php.net/tokenizer

Reproduce code:
---------------
<?php
echo T_OLD_FUNCTION;
?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-04 09:36 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-2025 The PHP Group
All rights reserved.
Last updated: Mon Aug 04 20:00:02 2025 UTC