From:             jucrouzet at online dot fr
Operating system: Any
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  French translation error on 
http://www.php.net/manual/fr/function.defined.php

Description:
------------
On the french translation of the ``defined'' function we can see "
defined
(PHP 3, PHP 4 )
defined -- Vérifie l'existence d'une fonction ", that means "Verify if a
_function_ exists".

It should be 
"defined
(PHP 3, PHP 4 )
defined -- Vérifie l'existence d'une constante ", that means "Verify if a
_constant_ exists".


Expected result:
----------------
"defined
(PHP 3, PHP 4 )
defined -- Vérifie l'existence d'une constante"

Actual result:
--------------
"defined
(PHP 3, PHP 4 )
defined -- Vérifie l'existence d'une fonction"

-- 
Edit bug report at http://bugs.php.net/?id=24586&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24586&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24586&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24586&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24586&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24586&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24586&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24586&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24586&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24586&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24586&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24586&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24586&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24586&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24586&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24586&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to