Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions reference/errorfunc/functions/debug-backtrace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,25 +160,25 @@
</row>
<row>
<entry>object</entry>
<entry><type>object</type></entry>
<entry><type class="union"><type>array</type><type>null</type></type></entry>
<entry>
The current <link linkend="language.oop5">object</link>.
The current <link linkend="language.oop5">object</link> if <constant>DEBUG_BACKTRACE_PROVIDE_OBJECT</constant> is given.
</entry>
</row>
<row>
<entry>type</entry>
<entry><type>string</type></entry>
<entry><type class="union"><type>array</type><type>null</type></type></entry>
<entry>
The current call type. If a method call, "-&gt;" is returned. If a static
method call, "::" is returned. If a function call, nothing is returned.
</entry>
</row>
<row>
<entry>args</entry>
<entry><type>array</type></entry>
<entry><type class="union"><type>array</type><type>null</type></type></entry>
<entry>
If inside a function, this lists the functions arguments. If
inside an included file, this lists the included file name(s).
inside an included file, this lists the included file name(s). Unless <constant>DEBUG_BACKTRACE_IGNORE_ARGS</constant> is given.
</entry>
</row>
</tbody>
Expand Down