We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f18ba commit a8dfc2cCopy full SHA for a8dfc2c
1 file changed
reference/errorfunc/functions/debug-backtrace.xml
@@ -162,7 +162,7 @@
162
<entry>object</entry>
163
<entry><type>object</type></entry>
164
<entry>
165
- 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.
166
</entry>
167
</row>
168
<row>
@@ -178,7 +178,7 @@
178
<entry><type>array</type></entry>
179
180
If inside a function, this lists the functions arguments. If
181
- 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.
182
183
184
</tbody>
0 commit comments