php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50119 [FR] file function / Return values translation error
Submitted: 2009-11-09 08:53 UTC Modified: 2009-11-30 11:18 UTC
From: neododge at free dot fr Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: neododge at free dot fr
New email:
PHP Version: OS:

 

 [2009-11-09 08:53 UTC] neododge at free dot fr
Description:
------------
the first note has been translated to read exactly the opposite as the way the flags actually work.

Reproduce code:
---------------
---
From manual page: function.file#Valeurs de retour
--- 

Expected result:
----------------
Note: Chaque ligne du tableau r?sultant inclura la fin de ligne, ? moins que FILE_IGNORE_NEW_LINES ne soit utilis?, donc, vous avez toujours besoin d'utiliser la fonction rtrim() si vous ne voulez pas de fin de lignes. 

Actual result:
--------------
Note: Chaque ligne du tableau r?sultant inclura la fin de ligne, tant que FILE_IGNORE_NEW_LINES est utilis?, donc, vous avez toujours besoin d'utiliser la fonction rtrim() si vous ne voulez pas de fin de lignes.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-30 11:18 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=291487
Log: - WS
- Fix bug #50119
 [2009-11-30 11:18 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=2df8c95a65325295d76e4c6b89e4670d542ba93d
Log: - WS - Fix bug #50119
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 02:01:33 2024 UTC