cvs: smarty /docs/pt_BR/programmers/api-variables variable-error-reporting.xml
[email protected] ("Fernando Correa da Concei??o") Sat, 14 Oct 2006 04:40:59 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsfernandoc1160800859@cvsserver> |
fernandoc Sat Oct 14 04:40:59 2006 UTC
Added files:
/smarty/docs/pt_BR/programmers/api-variables
variable-error-reporting.xml
Log:
New Translation
http://cvs.php.net/viewvc.cgi/smarty/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml?view=markup&rev=1.1
Index: smarty/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml
+++ smarty/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- 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
-->