php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36966 Translation-Error in German documentation
Submitted: 2006-04-04 12:23 UTC Modified: 2006-04-04 14:49 UTC
From: the-lee at gmx dot de Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Win XP
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: the-lee at gmx dot de
New email:
PHP Version: OS:

 

 [2006-04-04 12:23 UTC] the-lee at gmx dot de
Description:
------------
In the documentation of "include" in example 16-3, there's an error.

$color = 'gr?n';
$fruit = 'Apfel';

echo "Ein $color $fruit"; // Ein gr?ner Apfel

Either the echo-command has to be "Ein gr?n Apfel" or the variable $color has to be "gr?ner".




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-04 14:49 UTC] hakan@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 03:00:03 2025 UTC