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
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: henning dot bopp at gmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC