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

35 lines
1.0 KiB
XML
Raw Normal View History

2004-04-18 16:46:42 +00:00
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
2005-05-09 16:45:23 +00:00
<!-- EN-Revision: 1.2 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,
sa valeur est utilis<69>e comme le error_reporting-level de PHP
2005-05-09 16:45:23 +00:00
<20> l'int<6E>rieur de <link linkend="api.display">display()</link>
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>
</sect1>
<!-- 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
-->