php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53981 [FR] French translation Finding - fnmatch()
Submitted: 2011-02-10 13:11 UTC Modified: 2011-02-14 07:55 UTC
From: in3list at gmail dot com Assigned: yannick (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: win
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: in3list at gmail dot com
New email:
PHP Version: OS:

 

 [2011-02-10 13:11 UTC] in3list at gmail dot com
Description:
------------
---
French manual -- Option flag incorrect at page: 
http://www.php.net/fr/function.fnmatch#Parameters
---

EN> 
FNM_PERIOD 	
Leading period in string must be exactly matched by period in the given pattern. 

FR (WRONG)> 
FNM_PERIOD 	
Un point à la fin d'une chaîne doit correspondre exactement à un point dans le masque fourni. 

FR (CORRECT)>
FNM_PERIOD 	
Un point en début de chaîne doit correspondre exactement à un point dans le masque fourni. 


(That is, exactly the opposite meaning...)



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-10 22:22 UTC] yannick@php.net
-Summary: French translation Finding - fnmatch() +Summary: [FR] French translation Finding - fnmatch()
 [2011-02-14 07:53 UTC] yannick@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=308314
Log: Fix bug #53981
 [2011-02-14 07:55 UTC] yannick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: yannick
 [2011-02-14 07:55 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:49 UTC] nikic@php.net
Automatic comment on behalf of yannick
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=37d8229baa9128f720a8f5d7f4c49335afced315
Log: Fix bug #53981
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC