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
 [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: Sun Jul 27 23:00:03 2025 UTC