From: xenon54 at webmastersteam dot net Operating system: Independant PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: Missing French Translation In count.xml
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é (exception : <literal>count(&null;)</literal> é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é (exception : <literal>count(&null;)</literal> égale 24 <literal>0</literal>). 25 </para> -- Edit bug report at http://bugs.php.net/?id=26651&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26651&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26651&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26651&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26651&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26651&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=26651&r=needscript Try newer version: http://bugs.php.net/fix.php?id=26651&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26651&r=support Expected behavior: http://bugs.php.net/fix.php?id=26651&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26651&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26651&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26651&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26651&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26651&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26651&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26651&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26651&r=float
