php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50855 [FR] Error in french translation Masque PCRE
Submitted: 2010-01-27 09:17 UTC Modified: 2010-01-27 17:11 UTC
From: onemaxbo at free dot fr Assigned:
Status: Closed Package: Translation problem
PHP Version: 5.2.12 OS: Xp
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:
23 + 43 = ?
Subscribe to this entry?

 
 [2010-01-27 09:17 UTC] onemaxbo at free dot fr
Description:
------------
In this page : 

http://fr.php.net/manual/fr/regexp.reference.subpatterns.php

Without correction  :
1. D?limiter des alternatives. Par exemple, le masque char(don|mant|)  acceptera les mots "char", "charmant", ou "charmant".

After correction  : 
1. D?limiter des alternatives. Par exemple, le masque char(don|mant|)  acceptera les mots "char", "chardon", ou "charmant".


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-27 17:07 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=294105
Log: Fix bug #50855
 [2010-01-27 17:11 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=732f5be87d1de85db978fabc1bec789392b095e6
Log: Fix bug #50855
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC