Files
smarty/docs/fr/programmers/api-variables/variable-error-reporting.xml

43 lines
1.3 KiB
XML
Raw Normal View History

2004-04-18 16:46:42 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
2005-12-10 15:13:28 +00:00
<!-- EN-Revision: 1.4 Maintainer: didou Status: ready -->
2004-04-18 16:46:42 +00:00
<sect1 id="variable.error.reporting">
2004-05-23 15:50:53 +00:00
<title>$error_reporting</title>
2004-04-18 16:46:42 +00:00
<para>
Lorsque cette valeur est configur<75>e <20> une valeur non nulle,
2005-12-10 15:13:28 +00:00
sa valeur est utilis<69>e comme le
<ulink url="&url.php-manual;error_reporting">error_reporting</ulink>-level
de PHP <20> l'int<6E>rieur de <link linkend="api.display">display()</link>
2005-05-09 16:45:23 +00:00
et <link linkend="api.fetch">fetch()</link>. Lorsque le <link
linkend="chapter.debugging.console">d<>boguage</link>
est ignor<6F>, cette valeur est ignor<6F>e et error-level est non-modifi<66>.
2004-04-18 16:46:42 +00:00
</para>
2005-12-10 15:13:28 +00:00
<para>
Voir aussi
<link linkend="api.trigger.error">trigger_error()</link>,
le <link linkend="chapter.debugging.console">d<EFBFBD>bogage</link> et
<link linkend="troubleshooting">Troubleshooting</link>.
</para>
2004-04-18 16:46:42 +00:00
</sect1>
2005-12-10 15:13:28 +00:00
2004-04-18 16:46:42 +00:00
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
2005-12-10 15:13:28 +00:00
-->