mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Document the feature I added in PHP 5.1.1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5ca6d58732
commit
e03a8f1de0
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry id="function.debug-backtrace">
|
||||
<refnamediv>
|
||||
<refname>debug_backtrace</refname>
|
||||
|
@ -67,6 +67,14 @@
|
|||
<link linkend="language.constants.predefined">__CLASS__</link>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>object</entry>
|
||||
<entry><type>object</type></entry>
|
||||
<entry>
|
||||
The current <link linkend="language.oop">object</link>. This element
|
||||
was added in PHP 5.1.1.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>type</entry>
|
||||
<entry><type>string</type></entry>
|
||||
|
|
Loading…
Reference in a new issue