ID: 24586 Updated by: [EMAIL PROTECTED] Reported By: jucrouzet at online dot fr -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant New Comment:
Fixed a few days ago : http://cvs.php.net/co.php/phpdoc-fr/reference/misc/functions/defined.xml?login=2&r=1.4 Thank you for your report. Mehdi Previous Comments: ------------------------------------------------------------------------ [2003-07-10 08:34:37] jucrouzet at online dot fr 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 this bug report at http://bugs.php.net/?id=24586&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php