php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #53746 [DE] Misstyped concat-operator on multiple pages
Submitted: 2011-01-14 14:02 UTC Modified: 2011-01-14 14:14 UTC
From: henning dot bopp at gmail dot com Assigned:
Status: Not a bug Package: Translation problem
PHP Version: Irrelevant OS: each and every ^^
Private report: No CVE-ID: None
 [2011-01-14 14:02 UTC] henning dot bopp at gmail dot com
Description:
------------
Some pages of the doc do concat strings with ",". I think that was a search'n'replace-mistake.

Came accross those ones here:
* http://de.php.net/manual/de/function.urlencode.php - Example 1
* http://de.php.net/manual/de/function.urldecode.php - Example 1




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-14 14:14 UTC] rquadling@php.net
-Status: Open +Status: Bogus
 [2011-01-14 14:14 UTC] rquadling@php.net
There is no concatenation here. The echo construct happily accepts multiple string 
s and outputs them appropriately. http://de.php.net/manual/en/function.echo.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 08:01:30 2024 UTC