From 8edf87cdaf04c7ccb7b91dfac45e8ec91db08eda Mon Sep 17 00:00:00 2001 From: fernandoc Date: Sat, 14 Oct 2006 04:40:59 +0000 Subject: [PATCH] New Translation --- .../variable-error-reporting.xml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/pt_BR/programmers/api-variables/variable-error-reporting.xml diff --git a/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml b/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml new file mode 100644 index 00000000..a23463ee --- /dev/null +++ b/docs/pt_BR/programmers/api-variables/variable-error-reporting.xml @@ -0,0 +1,42 @@ + + + + + $error_reporting + + Quando este valor é definido para um valor não nulo, o seu valor é usado como o nível de + error_reporting + do php dentro de display() + e fetch(). Quando debugging esta ativado este valor + é ignorado e o nível de erro é mantido intocado. + + + Veja também + trigger_error(), + debugging + e + Troubleshooting. + + + +