php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #31521 portuguese manual: function name 'test' not translated in all ocurrences
Submitted: 2005-01-12 19:29 UTC Modified: 2005-01-12 22:34 UTC
From: fred_maranhao at yahoo dot com dot br Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fred_maranhao at yahoo dot com dot br
New email:
PHP Version: OS:

 

 [2005-01-12 19:29 UTC] 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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-12 22:34 UTC] nlopess@php.net
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.
 [2020-12-30 10:45 UTC] nikic@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/pt_br.git;a=commit;h=1aa615f9d7d40b0d2ed68b295df0802858bbabf9
Log: fix bug #31521
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 14 00:00:02 2025 UTC