php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #24586 French translation error on http://www.php.net/manual/fr/function.defined.php
Submitted: 2003-07-10 08:34 UTC Modified: 2003-07-10 08:48 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: jucrouzet at online dot fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Any
Private report: No CVE-ID: None
 [2003-07-10 08:34 UTC] jucrouzet at online dot fr
Description:
------------
On the french translation of the ``defined'' function we can see "
defined
(PHP 3, PHP 4 )
defined -- V?rifie l'existence d'une fonction ", that means "Verify if a _function_ exists".

It should be 
"defined
(PHP 3, PHP 4 )
defined -- V?rifie l'existence d'une constante ", that means "Verify if a _constant_ exists".


Expected result:
----------------
"defined
(PHP 3, PHP 4 )
defined -- V?rifie l'existence d'une constante"

Actual result:
--------------
"defined
(PHP 3, PHP 4 )
defined -- V?rifie l'existence d'une fonction"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-10 08:48 UTC] didou@php.net
Fixed a few days ago : 
http://cvs.php.net/co.php/phpdoc-fr/reference/misc/functions/defined.xml?login=2&r=1.4

Thank you for your report.

Mehdi
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 13 18:01:32 2025 UTC