ID: 31521 Updated by: [EMAIL PROTECTED] Reported By: fred_maranhao at yahoo dot com dot br -Status: Open +Status: Closed Bug Type: Documentation problem PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2005-01-12 19:29:38] fred_maranhao at yahoo dot com dot br Description: ------------ in section http://www.php.net/manual/pt_BR/language.variables.scope.php in the following example: <?php $a = 1; /* escopo global */ function Teste() { echo $a; /* referencia uma variável do escopo local (não definida) */ } Test(); ?> The word 'Test' was translated in first appearance and not translated in second appearance. I suggest: translate both or translate none. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31521&edit=1