ID:               26651
 Updated by:       [EMAIL PROTECTED]
 Reported By:      xenon54 at webmastersteam dot net
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: Independant
 PHP Version:      Irrelevant
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2003-12-17 10:35:46] 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>  




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26651&edit=1

Reply via email to