ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[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&#8722;> add_item("10", 1);

$another_cart = new Cart;            // BUG Here
$another_cart&#8722;> 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


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved