php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16633 typo in german doc
Submitted: 2002-04-16 07:53 UTC Modified: 2002-04-16 07:59 UTC
From: bate@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.0 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bate@php.net
New email:
PHP Version: OS:

 

 [2002-04-16 07:53 UTC] bate@php.net
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.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-16 07:59 UTC] derick@php.net
Fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 09:00:02 2025 UTC