php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #26985 debug_backtrace() "type" documented incorrectly
Submitted: 2004-01-20 17:20 UTC Modified: 2004-01-20 22:43 UTC
From: adam at trachtenberg dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: *
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: adam at trachtenberg dot com
New email:
PHP Version: OS:

 

 [2004-01-20 17:20 UTC] adam at trachtenberg dot com
Description:
------------
The documentation for debug_backtrace() says it will 
return an array containing a "type" element. This 
element is documented as being the "current class type."

That is incorrect. It is really the current *CALL* type. 
These values are "->" for a method call, "::" for a 
static method call, or nothing for a function call.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-20 22:43 UTC] derek@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: Thu Nov 14 06:01:30 2024 UTC