Skip to content
Merged
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
4 changes: 2 additions & 2 deletions reference/errorfunc/functions/debug-backtrace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<entry>object</entry>
<entry><type>object</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>
Expand All @@ -178,7 +178,7 @@
<entry><type>array</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