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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bastien0705 at aol dot com
New email:
PHP Version: OS:

 

 [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 08:01:34 2024 UTC