mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fixed bug #45018 (debug_backtrace: missing $provide_object doc)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260466 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
762320f6f6
commit
46f4ba6e2d
1 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<refentry xml:id="function.debug-backtrace" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>debug_backtrace</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>debug_backtrace</methodname>
|
||||
<void/>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>provide_object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>debug_backtrace</function> generates a PHP backtrace.
|
||||
|
@ -108,6 +108,12 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.2.5</entry>
|
||||
<entry>
|
||||
Added the optional parameter <parameter>provide_object</parameter>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.1.1</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue