[PHP-DOC] #25320 [Opn->Csd]: French documentation - Exemple 13-3. Création d'un objet de classe
by other posts by this author
Aug 30 2003 10:44PM messages near this date
[PHP-DOC] #25320 [NEW]: French documentation - Exemple 13-3. Création d'un objet de classe
|
[PHP-DOC] Notes Status, 9530 total
ID: 25320
Updated by: dams@[...].net
Reported By: otarella at nerim dot net
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: 4.3.3
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-08-30 09:58:00] otarella at nerim dot net
Description:
------------
i believe is a french traduction bug.
the exemple 13-3 say :
<?php
$cart = new Caddie;
$cart−> add_item("10", 1);
$another_cart = new Cart; // BUG Here
$another_cart−> add_item("0815", 3);
?>
Correct expression is :
$another_cart = new Caddie;
Reproduce code:
---------------
not applicable
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25320&edit=1
Thread:
otarella at nerim dot net
|