Files
smarty/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml
2008-12-23 20:32:55 +00:00

43 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1.4 Maintainer: fernandoc Status: ready -->
<sect1 id="variable.error.reporting">
<title>$error_reporting</title>
<para>
Quando este valor é definido para um valor não nulo, o seu valor é usado como o nível de
<ulink url="&url.php-manual;error_reporting">error_reporting</ulink>
do php dentro de <link linkend="api.display">display()</link>
e <link linkend="api.fetch">fetch()</link>. Quando <link
linkend="chapter.debugging.console">debugging</link> esta ativado este valor
é ignorado e o nível de erro é mantido intocado.
</para>
<para>
Veja também
<link linkend="api.trigger.error">trigger_error()</link>,
<link linkend="chapter.debugging.console">debugging</link>
e
<link linkend="troubleshooting">Troubleshooting</link>.
</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
-->