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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: yannick Status: ready -->
<!-- EN-Revision: 86a4b30f22f16793d60adbce234d3786b9f3500e Maintainer: lacatoire Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.debug-backtrace" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -77,7 +77,7 @@
<row>
<entry><code>debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)</code></entry>
<entry morerows="1" valign="middle">
Omet l'index <literal>"object"</literal> <emphasis>et</emphasis> l'index <literal>"args"</literal>.
Omet <emphasis>à la fois</emphasis> l'index <literal>"object"</literal> <emphasis>et</emphasis> l'index <literal>"args"</literal>.
</entry>
</row>
<row>
Expand Down
Loading