php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54640 French translation problem
Submitted: 2011-04-30 19:08 UTC Modified: 2011-05-01 03:14 UTC
From: michaelroynard at gmail dot com Assigned: pierrick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 + 40 = ?
Subscribe to this entry?

 
 [2011-04-30 19:08 UTC] michaelroynard at gmail dot com
Description:
------------
---
From manual page: http://www.php.net/function.function-exists#Description
---

The current description is : "Vérifie la liste des fonctions définies par l'utilisateur afin d'y trouver function_name.". This mean "Check the list of user-defined function,for function_name." And only user-defined.
The original (english) translation is : "Checks the list of defined functions, both built-in (internal) and user-defined, for function_name.".

So the french translation suggest that all built-in function are not checked (which is false).

The right french translation should be : "Vérifie la liste des fonctions définies par l'utilisateur ainsi que celles internes à php afin d'y trouver function_name".

Test script:
---------------
irrelevant

Expected result:
----------------
irrelevant

Actual result:
--------------
irrelevant

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-01 03:14 UTC] pierrick@php.net
Automatic comment from SVN on behalf of pierrick
Revision: http://svn.php.net/viewvc/?view=revision&revision=310680
Log: Fixed bug #54640
 [2011-05-01 03:14 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-05-01 03:14 UTC] pierrick@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 12:49 UTC] nikic@php.net
Automatic comment on behalf of pierrick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=171502a1562bdebbda6a7e608df19723f31e702c
Log: Fixed bug #54640
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 14:01:29 2024 UTC