php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #26651 Missing French Translation In count.xml
Submitted: 2003-12-17 10:35 UTC Modified: 2003-12-17 10:55 UTC
From: xenon54 at webmastersteam dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Independant
Private report: No CVE-ID: None
 [2003-12-17 10:35 UTC] xenon54 at webmastersteam dot net
Description:
------------
Should be "Si" instead of "If"

Reproduce code:
---------------
In http://cvs.php.net/co.php/phpdoc-fr/reference/array/functions/count.xml?r=1.5

21 <para>  
22 If <parameter>var</parameter> n'est pas un tableau, <literal>1</literal>  
23 sera retourn&eacute; (exception : <literal>count(&null;)</literal> &eacute;gale  
24 <literal>0</literal>).  
25 </para>  

Expected result:
----------------
Sould Be:

21 <para>  
22 Si <parameter>var</parameter> n'est pas un tableau, <literal>1</literal>  
23 sera retourn&eacute; (exception : <literal>count(&null;)</literal> &eacute;gale  
24 <literal>0</literal>).  
25 </para>  



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-12-17 10:55 UTC] didou@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 23:00:01 2025 UTC