|
|
 |
phpdoc
[PHP-DOC] #25320 [NEW]: French documentation - Exemple 13-3. Création d'un objet de classe
by otarella at nerim dot net other posts by this author
Aug 30 2003 2:58PM messages near this date
[PHP-DOC] incorrect return type for imap_mail
|
[PHP-DOC] #25320 [Opn->Csd]: French documentation - Exemple 13-3. Création d'un objet de classe
From: otarella at nerim dot net
Operating system:
PHP version: 4.3.3
PHP Bug Type: Documentation problem
Bug description: French documentation - Exemple 13-3. Création d'un objet de classe
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 bug report at http://bugs.php.net/?id=25320&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=25320&r=trysnapshot4
Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=25320&r=trysnapshot5
Fixed in CVS: http://bugs.php.net/fix.php?id=25320&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=25320&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=25320&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=25320&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=25320&r=support
Expected behavior: http://bugs.php.net/fix.php?id=25320&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=25320&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=25320&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=25320&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25320&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=25320&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=25320&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=25320&r=gnused
Thread:
otarella at nerim dot net
|
|
|
 |
|