php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51161 [FR] French ob_start() manual page output_callback description mixed up
Submitted: 2010-02-26 21:30 UTC Modified: 2010-02-27 09:07 UTC
From: chealer at gmail dot com Assigned:
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2010-02-26 21:30 UTC] chealer at gmail dot com
Description:
------------
In the French ob_start() manual page, the description of output_callback is mixed up between ob_start() and its callback parameter. The English description contains:

An optional output_callback  function may be specified. This function takes a string as a parameter and should return a string.

The French description contains:

Une fonction optionnelle de rappel peut être spécifiée. ob_start() prend une chaîne comme paramètre, et retourne une chaîne.

which means:

An optional output_callback  function may be specified. ob_start() takes a string as a parameter and should return a string.

In the correct description, "This function" refers to the callback function, not to ob_start(). The French description should contain:

Une fonction optionnelle de rappel peut être spécifiée. Cette fonction prend une chaîne comme paramètre, et retourne une chaîne.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-27 09:06 UTC] svn@php.net
Automatic comment from SVN on behalf of yannick
Revision: http://svn.php.net/viewvc/?view=revision&revision=295564
Log: Fix bug #51161
 [2010-02-27 09:07 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=39b54d182dc120ea1a0c80111381c40dc6a20fe3
Log: Fix bug #51161
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 14:01:30 2024 UTC