Skip to content

Commit a8dfc2c

Browse files
debug_backtrace(): Add omission hints to return values
* Add omission hints to return values Co-authored-by: Jordi Kroon <jkroon@onyourmarks.agency>
1 parent 26f18ba commit a8dfc2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/errorfunc/functions/debug-backtrace.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<entry>object</entry>
163163
<entry><type>object</type></entry>
164164
<entry>
165-
The current <link linkend="language.oop5">object</link>.
165+
The current <link linkend="language.oop5">object</link> if <constant>DEBUG_BACKTRACE_PROVIDE_OBJECT</constant> is given.
166166
</entry>
167167
</row>
168168
<row>
@@ -178,7 +178,7 @@
178178
<entry><type>array</type></entry>
179179
<entry>
180180
If inside a function, this lists the functions arguments. If
181-
inside an included file, this lists the included file name(s).
181+
inside an included file, this lists the included file name(s). Unless <constant>DEBUG_BACKTRACE_IGNORE_ARGS</constant> is given.
182182
</entry>
183183
</row>
184184
</tbody>

0 commit comments

Comments
 (0)