ID:               33135
 Updated by:       [EMAIL PROTECTED]
 Reported By:      admin at ff dot st
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: N/A
 PHP Version:      Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




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

[2005-05-25 10:25:02] admin at ff dot st

Description:
------------
In the French manual, an error is present in the sample on page :
http://fr2.php.net/manual/fr/language.exceptions.php

The example 20-1 shows :
echo 'Capture de l'exception : ',  $e->getMessage(), "\n";

Obviously the single quote must be escaped :
echo 'Capture de l\'exception : ',  $e->getMessage(), "\n";

A comment (in French) has been posted on 20-May-2005 11:07 about that,
but only suggests to replace the single quote with a space.



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


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

Reply via email to