php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50625 [FR] Mistake in French manpage for file_get_contents
Submitted: 2010-01-01 00:09 UTC Modified: 2010-01-17 16:09 UTC
From: bastien0705 at aol dot com Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
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:
39 - 14 = ?
Subscribe to this entry?

 
 [2010-01-01 00:09 UTC] bastien0705 at aol dot com
Description:
------------
There is a slip in the French translation of the file_get_contents documentation page.
"... lire le contenu d'un fichier dans un fichier" should be "... lire le contenu d'un fichier dans une cha?ne de caract?res".

Reproduce code:
---------------
---
From manual page: function.file-get-contents#Description
---


Expected result:
----------------
file_get_contents() est la fa?on recommand?e pour lire le contenu d'un fichier dans une cha?ne de caract?re. Elle utilisera un buffer en m?moire si ce m?canisme est support? par votre syst?me, afin d'am?liorer les performances.

Actual result:
--------------
file_get_contents() est la fa?on recommand?e pour lire le contenu d'un fichier dans un fichier. Elle utilisera un buffer en m?moire si ce m?canisme est support? par votre syst?me, afin d'am?liorer les performances.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-17 16:09 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=293651
Log: Fix bug #50625
 [2010-01-17 16:09 UTC] yannick@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:50 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=3deb464e1556da105e46d2b2291f54b38f3cbaa9
Log: Fix bug #50625
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 22:01:32 2024 UTC