From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.2.0
PHP Bug Type:     Documentation problem
Bug description:  typo in german doc

Beispiel 2. ....
<?php
// Verwenden Sie bei PHP 4.0.6 oder niedriger $HTTP_SESSION_VARS
if (!isset($_SESSION['zaehler'])) {
    $_SESSION['zaehler'] = 0;
}
else {
    $_SESSION['zarhler']++;
?>

http://de.php.net/manual/de/ref.session.php

there is a typo in the else case. $_SESSION['zaehler'] are correct.


-- 
Edit bug report at http://bugs.php.net/?id=16633&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16633&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16633&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16633&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16633&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16633&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16633&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16633&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16633&r=submittedtwice

Reply via email to