php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #37116 comma used in example where dot should be
Submitted: 2006-04-18 06:41 UTC Modified: 2006-04-18 06:56 UTC
From: lig at maolek dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Windows 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: lig at maolek dot com
New email:
PHP Version: OS:

 

 [2006-04-18 06:41 UTC] lig at maolek dot com
Description:
------------
In the language section of the manual that explains Exceptions.  Example 20-1 has a catch block with an echo.  The echo has commas (",") to concatinate the values vice periods (".")


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-18 06:56 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

That is perfectly fine. commas are not used for concattenation here, but just to specify multiple arguments to \"echo\".
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 02:01:33 2025 UTC